diff --git a/next.config.js b/next.config.js index 56b1ae2..e5e26e1 100644 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,7 @@ import "./src/env.js"; /** @type {import("next").NextConfig} */ const config = { output: "standalone", - reactCompiler: true, + reactCompiler: false, serverExternalPackages: ["pg", "better-auth"], };