Files
minimap1.1/frontend/next.config.mjs
2026-03-21 19:16:31 +08:00

7 lines
141 B
JavaScript

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