Skip to content

Commit 0079c23

Browse files
committed
add --host to dev command
1 parent 06cda6b commit 0079c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"type": "module",
1111
"scripts": {
12-
"dev": "react-router dev",
12+
"dev": "react-router dev --host",
1313
"res:watch": "rescript watch",
1414
"res:clean": "rescript clean",
1515
"res:build": "rescript build",
@@ -76,4 +76,4 @@
7676
"vite-plugin-devtools-json": "^1.0.0",
7777
"vite-plugin-env-compatible": "^2.0.1"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)