feat: implement auth stores

This commit is contained in:
mrjvs
2026-08-07 13:16:43 +02:00
parent 1c10ac1df0
commit fb0efeb4ed
17 changed files with 667 additions and 21 deletions

7
src/plugins/types.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
declare module "#app" {
interface PageMeta {
needsAuth?: boolean;
}
}
export { };