restructure and reorganize

This commit is contained in:
2026-02-16 07:47:08 -06:00
parent 561aef8ee3
commit 6d046e90ed
29 changed files with 156 additions and 1797 deletions
+3 -2
View File
@@ -5,8 +5,9 @@ declare global {
// interface Error {}
interface Locals {
session?: {
accessToken: string;
refreshToken: string;
accessToken: string | null;
refreshToken: string | null;
set(accessToken: string, refreshToken: string): Promise<void>;
};
}
// interface PageData {}