Added a dev mode with watchers

This commit is contained in:
2023-09-16 12:16:41 +02:00
parent fdf18f1196
commit 4be04f7115
4 changed files with 722 additions and 0 deletions

3
nodemon.json Normal file
View File

@@ -0,0 +1,3 @@
{
"ignore": [".dist", "node_modules"]
}