Refactor: Update start script and add postinstall hook

Co-authored-by: lukeslakemail <lukeslakemail@gmail.com>
This commit is contained in:
Cursor Agent
2025-10-19 20:22:03 +00:00
parent 70e4064250
commit 03e5101900

View File

@@ -6,12 +6,13 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node build",
"start": "node build/index.js",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
"format": "prettier --plugin-search-dir . --write .",
"postinstall": "svelte-kit sync"
},
"devDependencies": {
"@skeletonlabs/skeleton": "^2.7.0",