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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '3.0.1',
version: '3.1.0',
description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.'
}