feat: initialize CalBook project with comprehensive scheduling, admin, and deployment infrastructure

This commit is contained in:
2026-05-07 13:04:02 +02:00
parent 51acfe9488
commit ee48a93824
133 changed files with 26049 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { BackupPanel } from "@/components/admin/backup-panel";
export const dynamic = "force-dynamic";
export default function AdminBackupPage() {
return <BackupPanel />;
}