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

8 lines
130 B
Plaintext

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactStrictMode: true,
};
export default nextConfig;