Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
- added port number to npm serve script
  • Loading branch information
severinbeauvais authored May 6, 2024
1 parent aafbac5 commit fd79521
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 @@ -7,7 +7,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"serve": "vite preview --port 8080",
"lint": "eslint . --ext .js,.ts,.vue",
"test:unit": "vitest run",
"test:coverage": "vitest run --coverage --silent"
Expand Down

0 comments on commit fd79521

Please sign in to comment.