Files
socket.io/examples/nextjs-pages-router/next.config.mjs
2024-03-27 11:02:03 +01:00

7 lines
118 B
JavaScript

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