issues
search
tusharmath
/
node-config-ts
A simple node configuration manager
61
stars
31
forks
source link
fix: type error in replaceWithEnvVar test
#76
Closed
DonIsaac
closed
1 year ago
DonIsaac
commented
1 year ago
This should fix the build failure causing CI to break.
test: fix incorrect type causing builds to fail
fix: make dotenv a peer dependency
fix: surround dotenv import with try/catch in index.ts, in case consumer doesn't use dotenv
test: update typegen snapshots
test: update mergeAllConfig test cases
tusharmath
commented
1 year ago
Thanks!
This should fix the build failure causing CI to break.