keyoxide-web/nodemon.json
Preston Maness 563718ed51 Revert "Temporary fork while working on new providers"
This reverts commit ba62125b18.

Accidentally committed this on the wrong branch.
2023-08-31 20:28:05 -05:00

9 lines
No EOL
145 B
JSON

{
"execArgs": [
"--experimental-fetch"
],
"env": {
"NODE_ENV": "development"
},
"ext": "js,json,css,pug,md"
}