keyoxide-web/nodemon.json

7 lines
119 B
JSON
Raw Normal View History

2021-01-19 14:30:04 -07:00
{
2021-03-01 07:01:34 -07:00
"env": {
2023-09-21 14:54:37 -06:00
"NODE_ENV": "development",
"LOG_LEVEL": "debug"
2021-03-01 07:01:34 -07:00
},
2021-01-19 14:30:04 -07:00
"ext": "js,json,css,pug,md"
}