'init'
This commit is contained in:
5
lib/sdk/pocketbase/constants.ts
Normal file
5
lib/sdk/pocketbase/constants.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
/** localStorage 存储 key */
|
||||
export const PB_STORAGE_KEYS = {
|
||||
token: "pb_token",
|
||||
user: "pb_user",
|
||||
} as const;
|
||||
Reference in New Issue
Block a user