Spaces:
Sleeping
Sleeping
Commit ·
0bd4277
1
Parent(s): df2016d
Fixed Next.js host binding for Hugging Face
Browse files- package.json +1 -1
package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"scripts": {
|
| 6 |
"dev": "next dev --turbopack",
|
| 7 |
"build": "next build",
|
| 8 |
-
"start": "next start",
|
| 9 |
"lint": "next lint"
|
| 10 |
},
|
| 11 |
"dependencies": {
|
|
|
|
| 5 |
"scripts": {
|
| 6 |
"dev": "next dev --turbopack",
|
| 7 |
"build": "next build",
|
| 8 |
+
"start": "next start -H 0.0.0.0",
|
| 9 |
"lint": "next lint"
|
| 10 |
},
|
| 11 |
"dependencies": {
|