Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
failfast
/
2D-GameCreator
like
18
Runtime error
App
Files
Files
Community
2
24e9313
2D-GameCreator
/
next.config.js
NERDDISCO
feat: everything
2f65818
over 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
"standalone"
,
reactStrictMode
:
true
,
};
module
.
exports
= nextConfig;