Skip to content

Commit

Permalink
fix(vite): add port 3000 in serve
Browse files Browse the repository at this point in the history
  • Loading branch information
prix0007 committed Sep 29, 2023
1 parent e1b3a69 commit 5081660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"serve": "vite preview --port 3000",
"deploy": "pnpm run build; pnpm run serve",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand Down

0 comments on commit 5081660

Please sign in to comment.