mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-08-07 05:34:31 -04:00
Add -H 0.0.0.0
This commit is contained in:
1 parent
0bbc9cbe81
commit
d7a716a5cb
1 file changed
+1
-1
+1
-1
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"homepage": ".",
|
||||
"scripts": {
|
||||
"serve": "next dev -p 3000",
|
||||
"serve": "next dev -H 0.0.0.0 -p 3000",
|
||||
"ts-watch": "tsc --watch --noEmit --incremental --preserveWatchOutput --pretty",
|
||||
"dev": "NEXT_PUBLIC_FIREBASE_ENV=DEV yarn serve",
|
||||
"prod": "cross-env NEXT_PUBLIC_FIREBASE_ENV=PROD concurrently -n NEXT,TS -c magenta,cyan \"yarn serve\" \"yarn ts-watch\"",
|
||||
|
||||
Reference in new issue
Block a user