frontend / next.config.json
Praneeth Yerrapragada
build: fix next.config.js
c9cebd4
raw
history blame
No virus
195 Bytes
{
"experimental": {
"outputFileTracingIncludes": {
"/*": ["./cache/**/*"]
},
"serverComponentsExternalPackages": ["sharp", "onnxruntime-node"]
},
"output": "standalone"
}