extend environment and use injected app config

This commit is contained in:
William Welling
2021-12-06 16:54:55 -06:00
parent 71f5b46639
commit 33488ccf40
25 changed files with 742 additions and 1203 deletions

6
nodemon.json Normal file
View File

@@ -0,0 +1,6 @@
{
"watch": [
"config"
],
"ext": "json"
}