DISABLE SSR AND TRANSITION TO SPA
This commit is contained in:
7
src/app.d.ts
vendored
7
src/app.d.ts
vendored
@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user