mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 12:02:49 +05:30
refactor: switch to process.env for all packages, fix typos
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^17.4.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
import dotenv from "dotenv";
|
||||
|
||||
// Load environment variables once at CLI application entry point
|
||||
dotenv.config();
|
||||
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user