add support for env schema, allowing users to provide environment variables for an application

This commit is contained in:
Dave Horton
2025-04-18 17:53:06 -04:00
parent 117f0b93e7
commit 9d91683c6b
16 changed files with 548 additions and 18 deletions

View File

@@ -16,6 +16,8 @@
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.102",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"bent": "^7.3.12",
"debug": "^4.3.4",
"parseurl": "^1.3.3"