Начальный коммит

This commit is contained in:
Book Pauk
2022-08-15 16:00:22 +07:00
commit 5739fef2b7
8 changed files with 246 additions and 0 deletions

5
nodemon.json Normal file
View File

@@ -0,0 +1,5 @@
{
"ignore": ["node_modules", ".git", "client/**/*.*"],
"ext": "js json"
}