DISABLE SSR AND TRANSITION TO SPA

This commit is contained in:
2025-02-08 16:37:58 +01:00
parent 91fc3ae7a2
commit f868d779e7
26 changed files with 1141 additions and 1317 deletions

7
src/app.d.ts vendored
View File

@ -5,12 +5,7 @@ import type { PocketBase, RecordModel } from "pocketbase";
// for information about these interfaces
declare global {
namespace App {
interface Locals {
pb: PocketBase;
user: User | undefined;
admin: boolean;
}
// interface Locals {}
// interface Error {}
// interface PageData {}
// interface PageState {}