chore: 添加 better-auth 依赖并创建 authClient 实例
This commit is contained in:
5
src/auth/index.ts
Normal file
5
src/auth/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createAuthClient } from "better-auth/vue";
|
||||
|
||||
export const authClient = createAuthClient({
|
||||
baseURL: "http://192.168.1.36:9527", // The base URL of your auth server
|
||||
});
|
||||
Reference in New Issue
Block a user