2D-GameCreator / next.config.js
pixelass's picture
feat: initial prototype
a86df80 unverified
raw
history blame
118 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig