Update dev and start scripts to bind to all network interfaces
This commit is contained in:
+2
-2
@@ -3,9 +3,9 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "set -a && source .env.local && set +a && next dev",
|
||||
"dev": "set -a && source .env.local && set +a && next dev -H 0.0.0.0",
|
||||
"build": "next build",
|
||||
"start": "set -a && source .env.production && set +a && next start",
|
||||
"start": "set -a && source .env.production && set +a && next start -H 0.0.0.0",
|
||||
"lint": "eslint",
|
||||
"lint:fix": "eslint --fix",
|
||||
"sync:gallery": "node scripts/sync-gallery-photos.mjs",
|
||||
|
||||
Reference in New Issue
Block a user