cuddle-templates/cuddle-node-service/next.config.mjs

7 lines
118 B
JavaScript
Raw Normal View History

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