Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
praneeth-hakeem-patrick
/
frontend
like
0
Sleeping
App
Files
Files
Community
6
ea584c8
frontend
/
next.config.json
Praneeth Yerrapragada
build: fix next.config.js
c9cebd4
6 months ago
raw
Copy download link
history
blame
Safe
195 Bytes
{
"experimental"
:
{
"outputFileTracingIncludes"
:
{
"/*"
:
[
"./cache/**/*"
]
}
,
"serverComponentsExternalPackages"
:
[
"sharp"
,
"onnxruntime-node"
]
}
,
"output"
:
"standalone"
}