feat: args as env vars

refactor: use constant for env var prefix
This commit is contained in:
Thomas Dupont
2022-07-06 15:01:23 +02:00
committed by Joachim Van Herwegen
parent df2926a52f
commit a461586921
2 changed files with 8 additions and 2 deletions

View File

@@ -65,7 +65,9 @@
}
},
"options": {
"usage": "node ./bin/server.js [args]"
"usage": "node ./bin/server.js [args]",
"envVarPrefix": "CSS",
"loadFromEnv": true
}
}
]