cuddle-templates/cuddle-node-service/next.config.mjs
kjuulh e19a57bbb7
feat: add nextjs template
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-04-05 21:42:09 +02:00

7 lines
118 B
JavaScript

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