Fixed docker deploments, moved files to _folders in dispatch app

This commit is contained in:
PxlLoewe
2025-05-27 17:34:44 -07:00
parent 5d5b2dc91f
commit 571ddfba85
60 changed files with 251 additions and 406 deletions

View File

@@ -5,7 +5,7 @@
},
"scripts": {
"dev": "nodemon --signal SIGINT",
"start": "node index.js",
"start": "tsx index.ts --transpile-only",
"build": "tsc"
},
"devDependencies": {
@@ -34,6 +34,7 @@
"nodemailer": "^6.10.0",
"react": "^19.0.0",
"redis": "^4.7.0",
"socket.io": "^4.8.1"
"socket.io": "^4.8.1",
"tsx": "^4.19.4"
}
}