Add start command

This commit is contained in:
Justin Edmund 2024-07-12 08:46:40 -04:00
parent 22c477eb13
commit 3f39cd6abf

View file

@ -5,6 +5,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",