diff --git a/next.config.mjs b/next.config.mjs index 8650ad0..bf855a4 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -23,6 +23,7 @@ const nextConfig = { typedRoutes: true, instrumentationHook: true, webpackBuildWorker: true, + reactCompiler: true, serverActions: { allowedOrigins: ["localhost:3000", "*.use.devtunnels.ms"], },