Описание изменений

This commit is contained in:
2025-02-21 17:11:14 +03:00
parent 69104d9db3
commit 2ddd4a9ff0
13 changed files with 1331 additions and 53 deletions

5
backend/nodemon.json Normal file
View File

@@ -0,0 +1,5 @@
{
"ignore": ["sessions/*", "*.json"],
"ext": "js",
"delay": "2500"
}