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
a86df80
2D-GameCreator
/
next.config.js
pixelass
feat: initial prototype
a86df80
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
118 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
}
module
.
exports
= nextConfig