Skip to content

Commit

Permalink
Force the client to open on port 3000 in development
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderson1993 committed Jul 30, 2022
1 parent 4f02721 commit 33d1989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite",
"dev": "vite --port 3000",
"build": "tsc && vite build",
"serve": "vite preview",
"storybook": "start-storybook -p 6006",
Expand Down

0 comments on commit 33d1989

Please sign in to comment.