World-Network-Simulator/Frontend/sns-frontend/next.config.mjs

7 lines
118 B
JavaScript
Raw Normal View History

2024-09-15 13:39:33 +03:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
export default nextConfig;