This commit is contained in:
sebseb7
2025-07-19 21:58:07 +02:00
commit 102a4ec9ff
37 changed files with 14258 additions and 0 deletions

8
nodemon.json Normal file
View File

@@ -0,0 +1,8 @@
{
"watch": ["src/"],
"ignore": ["client/", "dist/", "node_modules/", "*.test.js"],
"ext": "js,json",
"env": {
"NODE_ENV": "development"
}
}