keyoxide-web/nodemon.json

10 lines
176 B
JSON
Raw Normal View History

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