frontend / next.config.json
Praneeth Yerrapragada
build: fix next.config.js so the build is successful
2b6e6c4
raw
history blame
No virus
203 Bytes
{
"experimental": {
"outputFileTracingIncludes": {
"/*": [
"./cache/**/*"
]
},
"serverComponentsExternalPackages": [
"sharp",
"onnxruntime-node"
]
}
}