testing min setup
Some checks failed
CI / build-and-test (pull_request) Failing after 6m50s

This commit is contained in:
Tobias Klemp
2025-12-06 16:26:41 +01:00
parent b1fe405434
commit 29398aa9c6
125 changed files with 503 additions and 4165 deletions

20
src/app.d.ts vendored
View File

@@ -1,15 +1,13 @@
// See https://svelte.dev/docs/kit/types#app.d.ts
// for information about these interfaces
declare global {
namespace App {
interface Locals {
user: import('$lib/server/auth').SessionValidationResult['user']
session: import('$lib/server/auth').SessionValidationResult['session']
}
} // interface Error {}
// interface Locals {}
} // interface PageData {}
// interface PageState {}
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
}
// interface Platform {}
export {}
export {};