hestia/src/routes/+page.server.ts
Baobeld fa9a0dc9fa
Update PR Gate (#32)
* add more steps

* use specific ubuntu version

* fix check errors

* check later

* format
2024-12-20 17:08:51 -05:00

5 lines
122 B
TypeScript

import { validateSession } from '$lib/server/auth';
export async function load(event) {
await validateSession(event);
}