fix: add dynamic config to pages and update Dockerfile for PostgreSQL

This commit is contained in:
2026-03-31 04:17:16 -07:00
parent f0073d1e23
commit 1e5f900821
11 changed files with 38 additions and 43 deletions
+2
View File
@@ -6,6 +6,8 @@ import { getSession } from "@/lib/auth-simple"
import type { Event as EventModel } from "@prisma/client"
import { RecalculateEloButton } from "../../components/RecalculateEloButton"
export const dynamic = "force-dynamic";
export default async function AdminDashboard() {
console.log('AdminDashboard rendering...')
const session = await getSession()