Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
llama1
/
sunatest
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sunatest
/
frontend
/
next.config.ts
llama1
Upload 781 files
5da4770
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
179 Bytes
import
type
{
NextConfig
}
from
'next'
;
const
nextConfig = ():
NextConfig
=>
({
output
: (process.
env
.
NEXT_OUTPUT
as
'standalone'
) ||
undefined
,
});
export
default
nextConfig;