fixed problems with docker that only existed on other systems

This commit is contained in:
QkoSad
2025-06-17 16:53:54 +03:00
parent 5a2b291bdd
commit 3ba8c2abd5
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
"description": "",
"main": "server.ts",
"scripts": {
"start": "ts-node server.ts",
"server": "ts-node-dev server.ts"
"start": "npx ts-node server.ts",
"server": "npx ts-node-dev server.ts"
},
"author": "",
"license": "ISC",