fix: prisma.config.ts use dotenv to load .env (Prisma env() broken)

This commit is contained in:
2026-03-24 07:16:11 +03:00
parent cac8f5434d
commit 4b6284b04d
3 changed files with 23 additions and 6 deletions

View File

@@ -26,6 +26,7 @@
"@types/react-dom": "^19.2.3",
"bcryptjs": "^3.0.3",
"better-auth": "^1.5.5",
"dotenv": "^17.3.1",
"ioredis": "^5.10.1",
"livekit-client": "^2.17.3",
"livekit-server-sdk": "^2.15.0",