feat(ui): add server-side PocketBase client and session cookie hook

This commit is contained in:
Admin
2026-03-02 21:32:20 +05:00
parent 2f948f2a50
commit cb4be0848f
3 changed files with 195 additions and 1 deletions

4
ui/src/app.d.ts vendored
View File

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