Usage
// index.js
const dotenvx = require('@dotenvx/dotenvx')
async function main() {
await dotenvx.set('HELLO', 'World', { plain: true })
}
main()
// index.js
const dotenvx = require('@dotenvx/dotenvx')
async function main() {
await dotenvx.set('HELLO', 'World', { plain: true })
}
main()