World-Network-Simulator/Frontend/sns-frontend/next.config.mjs
2024-09-15 17:39:33 +07:00

7 lines
118 B
JavaScript

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