From a90f4f301710a0b4c6796377a36d218545065117 Mon Sep 17 00:00:00 2001 From: venky-thisux Date: Fri, 14 Nov 2025 15:31:41 +0530 Subject: [PATCH] Add test comment in page.server.ts --- src/routes/+page.server.ts | 3 +++ 1 file changed, 3 insertions(+) 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, '/');