HodlEye_Crypto_Price_Tracker/server/node_modules/dotenv/config.js
Gerald 1b03a04a47 Version 1.0.9
Adding Login Screen
2025-03-19 05:52:23 +01:00

10 lines
176 B
JavaScript

(function () {
require('./lib/main').config(
Object.assign(
{},
require('./lib/env-options'),
require('./lib/cli-options')(process.argv)
)
)
})()