Skip to content

Commit

Permalink
fix "start": "npm run build && vite preview --port 3000" (add preview)
Browse files Browse the repository at this point in the history
  • Loading branch information
SquareRootOf64 committed Jul 22, 2024
1 parent e30a6a7 commit b4c143f
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 b4c143f

Please sign in to comment.