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

@@ -371,6 +371,7 @@ Config:
The built-in development server (enabled in `element` and `website` presets) features:
- **Live Reload** - Automatically refreshes browser on changes
- **No Caching** - Prevents browser caching during development (sends `Cache-Control: no-store, no-cache` headers)
- **CORS** - Cross-origin requests enabled
- **Compression** - Gzip compression for faster loading
- **SPA Fallback** - Single-page application routing support