Added nodemon for auto-reloading

This commit is contained in:
2023-11-26 01:00:16 -05:00
parent 0938eb1b03
commit a57bcb9c2f
3 changed files with 331 additions and 1 deletions

4
nodemon.json Normal file
View File

@ -0,0 +1,4 @@
{
"verbose": true,
"ignore": ["*.test.js", "node_modules/*"]
}