cycles-quartz/apps/transfers/frontend/next.config.mjs

9 lines
139 B
JavaScript
Raw Normal View History

2024-07-10 19:11:07 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
reactCompiler: true,
},
}
export default nextConfig