Add Cloudflare Pages deploy script and config

This commit is contained in:
2026-07-23 11:50:22 +02:00
parent 3b487bdef4
commit 0ba48dfbf3
5 changed files with 833 additions and 2 deletions
+4 -2
View File
@@ -10,7 +10,8 @@
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"deploy:cf": "./deploy.sh"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
@@ -20,7 +21,8 @@
"svelte-check": "^4.1.4",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vitest": "^3.0.4"
"vitest": "^3.0.4",
"wrangler": "^4.0.0"
},
"dependencies": {
"tonal": "^6.4.0"