fix: load envs in env.js
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import "dotenv/config.js";
|
||||||
|
|
||||||
export const env: Record<string, string | undefined> =
|
export const env: Record<string, string | undefined> =
|
||||||
typeof process?.env !== "undefined"
|
typeof process?.env !== "undefined"
|
||||||
? process.env
|
? process.env
|
||||||
|
|||||||
Reference in New Issue
Block a user