We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626c931 commit c5bf862Copy full SHA for c5bf862
src/config/env.ts
@@ -1,7 +1,9 @@
1
import { config } from "dotenv";
2
import { cleanEnv, port, str, url } from "envalid";
3
4
-config();
+config({
5
+ path: ".env.local"
6
+});
7
8
export const env = cleanEnv(process.env, {
9
POSTGRES_USER: str(),
0 commit comments