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> =
|
||||
typeof process?.env !== "undefined"
|
||||
? process.env
|
||||
|
||||
Reference in New Issue
Block a user