Add live reload on changes

This commit is contained in:
khalid@traclabs.com
2026-04-23 08:04:34 -05:00
parent 233fb6d003
commit 36fadf710d
9 changed files with 153 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
"express-rate-limit": "^7.5.0",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"ws": "^8.20.0",
"zod": "^3.24.0"
},
"devDependencies": {
@@ -26,6 +27,7 @@
"@types/cors": "^2.8.17",
"@types/express": "^5.0.2",
"@types/jsonwebtoken": "^9.0.7",
"@types/ws": "^8.18.1",
"tsx": "^4.19.0",
"typescript": "^5.8.0"
}