frontend / next.config.json
hakeemsyd's picture
Login page
ac67c7a
raw
history blame
No virus
239 Bytes
{
"experimental": {
"missingSuspenseWithCSRBailout": false,
"outputFileTracingIncludes": {
"/*": ["./cache/**/*"]
},
"serverComponentsExternalPackages": ["sharp", "onnxruntime-node"]
},
"output": "standalone"
}