plane/god-mode/next.config.js

8 lines
139 B
JavaScript
Raw Normal View History

2024-01-31 08:33:52 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
};
module.exports = nextConfig;