Initial commit

This commit is contained in:
2026-04-15 10:29:18 -04:00
commit 21c82882f4
46 changed files with 3968 additions and 0 deletions

5
middleware.ts Normal file
View File

@@ -0,0 +1,5 @@
export { auth as middleware } from "@/lib/auth";
export const config = {
matcher: ["/migrate/:path*"],
};