We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbc9cb commit d7a716aCopy full SHA for d7a716a
web/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"homepage": ".",
6
"scripts": {
7
- "serve": "next dev -p 3000",
+ "serve": "next dev -H 0.0.0.0 -p 3000",
8
"ts-watch": "tsc --watch --noEmit --incremental --preserveWatchOutput --pretty",
9
"dev": "NEXT_PUBLIC_FIREBASE_ENV=DEV yarn serve",
10
"prod": "cross-env NEXT_PUBLIC_FIREBASE_ENV=PROD concurrently -n NEXT,TS -c magenta,cyan \"yarn serve\" \"yarn ts-watch\"",
0 commit comments