feat: Init project with frontend and rudimentary authentication
This commit is contained in:
5
legalconsenthub/utils/auth-client.ts
Normal file
5
legalconsenthub/utils/auth-client.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createAuthClient } from "better-auth/vue";
|
||||
|
||||
export const authClient = createAuthClient({
|
||||
baseURL: "http://localhost:3000",
|
||||
});
|
||||
Reference in New Issue
Block a user