chore: 配置数据库和依赖

This commit is contained in:
2026-03-30 21:26:10 +08:00
parent a510c62398
commit da3ce1d2dd
6 changed files with 148 additions and 81 deletions
+2
View File
@@ -4,6 +4,8 @@ import { z } from 'zod'
export const env = createEnv({
server: {
DATABASE_URL: z.url(),
BETTER_AUTH_SECRET: z.string().min(32),
BETTER_AUTH_URL: z.url(),
},
clientPrefix: 'VITE_',
client: {