trying compression

This commit is contained in:
Linus
2025-12-31 00:09:02 +01:00
parent 8e9a3701f1
commit 56d7493dd5
3 changed files with 180 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"start": "node server.js",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
@@ -35,5 +36,9 @@
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.6"
},
"dependencies": {
"compression": "^1.8.1",
"polka": "^0.5.2"
}
}