feat(dev-server): add no-cache headers to built-in development server; update docs and bump dependencies

This commit is contained in:
2026-02-05 14:58:27 +00:00
parent 6af321647d
commit df8b164434
7 changed files with 109 additions and 36 deletions

View File

@@ -82,6 +82,7 @@ tswatch is now a config-driven TypeScript file watcher. Configuration is read fr
- Gzip compression
- Live reload injection (configurable)
- SPA fallback support
- No-cache headers (prevents browser caching during development)
## Project Structure