Skip to content

Commit 9b706e3

Browse files
committed
Use port 4000
1 parent 2b1e9c4 commit 9b706e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"type": "module",
66
"scripts": {
77
"build": "react-router build",
8-
"dev": "vite",
8+
"dev": "vite --port 4000",
99
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
10-
"start": "vite preview --host 0.0.0.0 --port 4173",
10+
"start": "vite preview --host 0.0.0.0 --port 4000",
1111
"typecheck": "tsc"
1212
},
1313
"dependencies": {

0 commit comments

Comments
 (0)