Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cfahlgren1
/
SmolPilot
like
5
Running
App
Files
Files
Community
bca5b0d
SmolPilot
/
next.config.mjs
cfahlgren1
HF staff
add bun dockerfile
bca5b0d
3 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
"standalone"
,
reactStrictMode
:
true
,
};
export
default
nextConfig;