Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 3, 2023
1 parent 4cae5e8 commit da558d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Library/Environment.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as dotenv from "dotenv";
import { config } from "dotenv";
import { z } from "zod";

dotenv.config();
config();

export default z
.object({
Expand Down

0 comments on commit da558d9

Please sign in to comment.