Skip to content

Commit

Permalink
Merge pull request #430 from icssc/env-fix
Browse files Browse the repository at this point in the history
Env fix
  • Loading branch information
KatyH820 authored Apr 29, 2024
2 parents fbc742b + 76f17b8 commit 72c27cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/server/src/functions/env.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import dotenv from "dotenv";
import { z } from "zod";

dotenv.config({
path: "../../../../.env",
});
const envSchema = z.object({
DATABASE_URL: z.string(),
});
Expand Down

0 comments on commit 72c27cd

Please sign in to comment.