mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 04:14:46 +08:00
chore: create frontend project from boilerplate
This commit is contained in:
9
frontend/src/server/better-auth/config.ts
Normal file
9
frontend/src/server/better-auth/config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { betterAuth } from "better-auth";
|
||||
|
||||
export const auth = betterAuth({
|
||||
emailAndPassword: {
|
||||
enabled: true,
|
||||
},
|
||||
});
|
||||
|
||||
export type Session = typeof auth.$Infer.Session;
|
||||
Reference in New Issue
Block a user