All Questions
1 question
1
vote
0
answers
461
views
Elegant Dotenv Preloading w/ package.json knex scripts
I am trying to find a more elegant way to preload my dotenv variables when running knex commands in my package.json scripts.
I was able to find a working solution here but it seems more convoluted ...