We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1e9c4 commit 9b706e3Copy full SHA for 9b706e3
1 file changed
package.json
@@ -5,9 +5,9 @@
5
"type": "module",
6
"scripts": {
7
"build": "react-router build",
8
- "dev": "vite",
+ "dev": "vite --port 4000",
9
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
10
- "start": "vite preview --host 0.0.0.0 --port 4173",
+ "start": "vite preview --host 0.0.0.0 --port 4000",
11
"typecheck": "tsc"
12
},
13
"dependencies": {
0 commit comments