fix: build errors

This commit is contained in:
2026-06-11 12:01:19 -04:00
parent 6b1173b4db
commit 1c24c90189
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import "./src/env.js";
/** @type {import("next").NextConfig} */
const config = {
reactCompiler: false,
reactCompiler: true,
serverExternalPackages: ["pg", "better-auth"],
};
+2
View File
@@ -6,6 +6,8 @@ import { Button } from "~/components/ui/button";
import { env } from "~/env";
import { brand } from "~/lib/branding";
export const dynamic = "force-dynamic";
export default function HomePage() {
const allowRegistration = env.DISABLE_SIGNUPS !== true;