fix prisma postgres dotenv error

This commit is contained in:
Aman Varshney
2025-05-14 18:07:00 +05:30
parent 254d278c6b
commit 5a90912b0f
3 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import "dotenv/config";
// import "dotenv/config"; uncomment this to load .env
import path from "node:path";
import type { PrismaConfig } from "prisma";