Skip to content

Commit d7a716a

Browse files
committed
Add -H 0.0.0.0
1 parent 0bbc9cb commit d7a716a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": ".",
66
"scripts": {
7-
"serve": "next dev -p 3000",
7+
"serve": "next dev -H 0.0.0.0 -p 3000",
88
"ts-watch": "tsc --watch --noEmit --incremental --preserveWatchOutput --pretty",
99
"dev": "NEXT_PUBLIC_FIREBASE_ENV=DEV yarn serve",
1010
"prod": "cross-env NEXT_PUBLIC_FIREBASE_ENV=PROD concurrently -n NEXT,TS -c magenta,cyan \"yarn serve\" \"yarn ts-watch\"",

0 commit comments

Comments
 (0)