This commit is contained in:
root
2026-06-07 12:48:17 +08:00
parent 9ee203c221
commit 283d65d1d1
46 changed files with 1205 additions and 2579 deletions

View File

@@ -1,6 +1,6 @@
export {
pbLogin,
pbRegister,
emailLogin,
googleLogin,
pbSaveAuth,
pbLogout,
getStoredUser,
@@ -9,4 +9,3 @@ export {
} from "./auth";
export type { AuthUser, AuthResult } from "./auth";
export { PB_STORAGE_KEYS } from "./constants";
export { getPocketBaseConfig } from "./config";