Files
minimap/frontend/next.config.mjs
2026-03-20 19:40:17 +08:00

7 lines
121 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
export default nextConfig;