Merge pull request #386 from Coffey-Labs/perf/server-static-and-caches

Precompress the bundle, validate the shell, and pass byte ranges on
This commit is contained in:
jcoffey
2026-09-16 11:02:37 -07:00
committed by GitHub
8 changed files with 278 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -p tsconfig.json --noEmit && vite build",
"build": "tsc -p tsconfig.json --noEmit && vite build && node ../scripts/precompress.mjs dist",
"preview": "vite preview",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "vitest run"