Ready for 1.1.3-rc.2 and migrating on nextjs 16

This commit is contained in:
charlesgauthereau
2025-11-03 13:20:48 +01:00
parent 750f1cb145
commit c4a0692985
5 changed files with 1 additions and 5 deletions
@@ -8,7 +8,6 @@ import {getOrganization} from "@/lib/auth/auth";
import * as drizzleDb from "@/db";
import {DatabaseWith} from "@/db/schema/07_database";
export const dynamic = 'force-dynamic';
export default async function RoutePage(props: PageParams<{}>) {