feat: support env expansion

This commit is contained in:
Morten Olsen
2025-10-02 15:47:44 +02:00
parent 14c4d5c386
commit 815ac86873
3 changed files with 93 additions and 6 deletions

View File

@@ -24,7 +24,6 @@
"@types/yargs": "^17.0.33",
"@vercel/ncc": "^0.38.3",
"@vitest/coverage-v8": "3.2.4",
"dotenv": "^17.2.1",
"eslint": "9.32.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
@@ -37,5 +36,8 @@
"yargs": "^18.0.0"
},
"name": "@morten-olsen/with-ssm",
"version": "1.0.0"
"version": "1.0.0",
"dependencies": {
"@dotenvx/dotenvx": "^1.51.0"
}
}