mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: add migration
This commit is contained in:
4
apps/dokploy/lib/auth.ts
Normal file
4
apps/dokploy/lib/auth.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { createAuthClient } from "better-auth/react";
|
||||
export const authClient = createAuthClient({
|
||||
baseURL: "http://localhost:3000", // the base url of your auth server
|
||||
});
|
||||
Reference in New Issue
Block a user