Spaces:
Sleeping
Sleeping
Praneeth Yerrapragada commited on
Commit ·
c9cebd4
1
Parent(s): 064eaa5
build: fix next.config.js
Browse files- next.config.json +3 -3
next.config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"outputFileTracingIncludes": {
|
| 4 |
"/*": ["./cache/**/*"]
|
| 5 |
},
|
| 6 |
-
"serverComponentsExternalPackages": ["sharp", "onnxruntime-node"]
|
| 7 |
-
|
| 8 |
-
|
| 9 |
}
|
|
|
|
| 3 |
"outputFileTracingIncludes": {
|
| 4 |
"/*": ["./cache/**/*"]
|
| 5 |
},
|
| 6 |
+
"serverComponentsExternalPackages": ["sharp", "onnxruntime-node"]
|
| 7 |
+
},
|
| 8 |
+
"output": "standalone"
|
| 9 |
}
|