Skip to content

Commit

Permalink
feat(web): added start script
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Dec 18, 2024
1 parent dc5ce01 commit 5054756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"start": "node build"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.0",
Expand Down

0 comments on commit 5054756

Please sign in to comment.