Files
minimap/frontend/next.config.mjs
zhangyonghao 8400fb6127 1
2026-03-20 23:09:51 +08:00

7 lines
121 B
JavaScript

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