Spaces:
Runtime error
Runtime error
Hanzo Dev
commited on
Commit
·
34a7298
1
Parent(s):
ddaec8b
Fix start script to bind to all interfaces
Browse files- package.json +1 -1
package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"scripts": {
|
| 10 |
"dev": "next dev",
|
| 11 |
"build": "next build",
|
| 12 |
-
"start": "next start",
|
| 13 |
"lint": "next lint",
|
| 14 |
"preview": "vite preview",
|
| 15 |
"ci": "npm ci --legacy-peer-deps"
|
|
|
|
| 9 |
"scripts": {
|
| 10 |
"dev": "next dev",
|
| 11 |
"build": "next build",
|
| 12 |
+
"start": "next start -H 0.0.0.0 -p 3000",
|
| 13 |
"lint": "next lint",
|
| 14 |
"preview": "vite preview",
|
| 15 |
"ci": "npm ci --legacy-peer-deps"
|