feat(dev): add local development docs, update tswatch preset and add Playwright screenshots

This commit is contained in:
2026-01-29 15:06:40 +00:00
parent 53b36e506c
commit d8f72d620a
8 changed files with 74 additions and 9 deletions
+3 -7
View File
@@ -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/**/*"]
}
]
}