diff --git a/src/routes/+page.server.ts b/src/routes/+page.server.ts index 7b9c29e..02af762 100644 --- a/src/routes/+page.server.ts +++ b/src/routes/+page.server.ts @@ -4,6 +4,9 @@ import { db } from '@/server/db'; import { eq } from 'drizzle-orm'; import { workspaces } from '@/server/db/schema'; + + +// test export const load: PageServerLoad = async ({ locals }) => { if (!locals.user) { throw redirect(303, '/');