Add -H 0.0.0.0

This commit is contained in:
MartinBraquet committed 2025-10-28 00:04:02 +01:00
1 parent 0bbc9cbe81
commit d7a716a5cb
1 file changed
+1 -1
+1 -1
View File
@@ -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\"",