keyoxide-web/nodemon.json

9 lines
145 B
JSON
Raw Normal View History

2021-01-19 22:30:04 +01:00
{
2022-09-18 21:31:54 +02:00
"execArgs": [
"--experimental-fetch"
],
2021-03-01 15:01:34 +01:00
"env": {
2023-02-26 14:42:13 +01:00
"NODE_ENV": "development"
2021-03-01 15:01:34 +01:00
},
2021-01-19 22:30:04 +01:00
"ext": "js,json,css,pug,md"
}