Working sessions

This commit is contained in:
Анатолий Копыл
2022-05-08 22:36:33 +03:00
parent 17aa8c75b1
commit b741964c3a
9 changed files with 16874 additions and 38 deletions

9
backend/scripts.json Normal file
View File

@@ -0,0 +1,9 @@
{
"scripts": {
"dev": {
"cmd": "./src/index.ts",
"desc": "Run the development server.",
"allow": ["net", "env", "read"]
}
}
}