use bun instead of node for web start script

This commit is contained in:
Sanju Sivalingam
2026-02-18 09:31:16 +05:30
parent dbff2e1e35
commit 7a2a1186a2

View File

@@ -7,7 +7,7 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"start": "node build",
"start": "bun build/index.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",