2D-GameCreator / next.config.js
NERDDISCO's picture
feat: everything
2f65818
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
reactStrictMode: true,
};
module.exports = nextConfig;