Files
spend-ia/packages/client/next.config.js

11 lines
166 B
JavaScript

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