Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HamzaAri
/
ScanMenu
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ScanMenu
/
next.config.ts
HamzaAri
๐ Deploy ScanMenu - Production-ready SaaS web app for digital restaurant menus & QR ordering
e1ef9fc
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
output
:
"standalone"
,
};
export
default
nextConfig;