Skip to content

Commit

Permalink
Update package.json, add preview to start command
Browse files Browse the repository at this point in the history
  • Loading branch information
SquareRootOf64 authored Jul 22, 2024
1 parent 0dde30a commit 2539c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "index.html",
"scripts": {
"dev": "vite --port 3000",
"start": "npm run build && vite --port 3000",
"start": "npm run build && vite preview --port 3000",
"build": "vite build",
"preview": "vite preview",
"tscb": "tsc --build"
Expand Down

0 comments on commit 2539c7a

Please sign in to comment.