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
@@ -10,7 +10,6 @@ import * as drizzleDb from "@/db";
import {getOrganization} from "@/lib/auth/auth";
import {Building2, DatabaseBackup, Folder, RefreshCcw} from "lucide-react";
export const dynamic = 'force-dynamic';
export default async function RoutePage(props: PageParams<{}>) {
const organization = await getOrganization({});