Skip to content

Commit

Permalink
added port to serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalina-Hasnas committed May 13, 2024
1 parent 76dacd4 commit 40d96e8
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 @@ -10,7 +10,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "serve build",
"serve": "serve build -p 8080",
"preview": "vite preview",
"dev:wsl": "vite --host",
"test": "vitest",
Expand Down

0 comments on commit 40d96e8

Please sign in to comment.