1 parent 32babc4 commit f03ff2bCopy full SHA for f03ff2b
1 file changed
prisma.config.ts
@@ -1,5 +1,9 @@
1
+import dotenv from "dotenv";
2
+import dotenvExpand from "dotenv-expand";
3
import { defineConfig, env } from "prisma/config";
4
5
+dotenvExpand.expand(dotenv.config());
6
+
7
export default defineConfig({
8
schema: "prisma/schema",
9
datasource: {
0 commit comments