Skip to content

Commit 8ef1638

Browse files
authored
add --host to react router (#5554)
1 parent 0b5e249 commit 8ef1638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/constants/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class PackageJson(SimpleNamespace):
104104
class Commands(SimpleNamespace):
105105
"""The commands to define in package.json."""
106106

107-
DEV = "react-router dev"
107+
DEV = "react-router dev --host"
108108
EXPORT = "react-router build"
109109
PROD = "serve ./build/client"
110110

0 commit comments

Comments
 (0)