Files
Michess/client/next.config.js
2023-05-05 16:44:44 +08:00

7 lines
121 B
JavaScript

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