feat(dev): add local development docs, update tswatch preset and add Playwright screenshots
This commit is contained in:
+3
-7
@@ -63,12 +63,9 @@
|
||||
]
|
||||
},
|
||||
"@git.zone/tswatch": {
|
||||
"preset": "website",
|
||||
"preset": "service",
|
||||
"server": {
|
||||
"enabled": true,
|
||||
"port": 3000,
|
||||
"serveDir": "./dist_serve/",
|
||||
"liveReload": true
|
||||
"enabled": false
|
||||
},
|
||||
"watchers": [
|
||||
{
|
||||
@@ -85,8 +82,7 @@
|
||||
"name": "website",
|
||||
"from": "./ts_web/index.ts",
|
||||
"to": "./dist_serve/bundle.js",
|
||||
"watchPatterns": ["./ts_web/**/*"],
|
||||
"triggerReload": true
|
||||
"watchPatterns": ["./ts_web/**/*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user