This commit is contained in:
2025-06-08 19:49:32 +02:00
parent 482285abf6
commit 7a8bcca0ef
5 changed files with 59 additions and 11 deletions

4
src/app.d.ts vendored
View File

@@ -3,7 +3,9 @@
declare global {
namespace App {
// interface Error {}
// interface Locals {}
interface Locals {
token?: string,
}
// interface PageData {}
// interface PageState {}
// interface Platform {}