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
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-01-29 - 1.16.0 - feat(dev)
add local development docs, update tswatch preset and add Playwright screenshots
- readme.md: added a Local Development section with prerequisites, quick-start commands, environment variables, development routes, and default development credentials + security note
- npmextra.json: changed @git.zone/tswatch preset from "website" to "service" and disabled the built-in server (removed port/serveDir/liveReload and set server.enabled false); removed triggerReload from website watcher
- .playwright-mcp: added Playwright screenshots (login-page.png, register-page.png, account-dashboard.png) for visual tests / CI
## 2026-01-29 - 1.15.0 - feat(build)
add tsbundle/tswatch configs, update build/watch scripts, bump dependencies, and add CLI documentation