Files
aza/APP/nexus-remote/node_modules/dotenv-expand/config.js

14 lines
275 B
JavaScript
Raw Normal View History

2026-03-25 14:14:07 +01:00
(function () {
const dotenvExpand = require('./lib/main').expand
const env = require('dotenv').config(
Object.assign(
{},
require('dotenv/lib/env-options'),
require('dotenv/lib/cli-options')(process.argv)
)
)
return dotenvExpand(env)
})()