Skip to content

Commit

Permalink
feat: add start command
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Jun 13, 2024
1 parent b0aec54 commit e6c65b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dependencies:update:patch": "pnpm dlx npm-check-updates -u --target patch",
"dependencies:update:minor": "pnpm dlx npm-check-updates -u --target minor",
"build": "vite build",
"start": "vite --port 80 --host",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
Expand Down

0 comments on commit e6c65b0

Please sign in to comment.