refactor: update development scripts and improve code formatting

- Replaced nodemon with tsx for development script in package.json
- Updated devDependencies to include tsx and removed nodemon
- Reformatted code in worker.ts for better readability
- Improved handling of API calls and logging in worker.ts
This commit is contained in:
AmanDevelops
2026-01-10 00:31:27 +05:30
parent 7ccfe677b3
commit b8647fc440
6 changed files with 546 additions and 327 deletions

View File

@@ -9,8 +9,9 @@ services:
environment:
- NODE_ENV=production
- REDIS_URL=${REDIS_URL}
- GITHUB_TOKEN=${GITHUB_TOKEN}
- GITHUB_USERNAME=${GITHUB_USERNAME}
- GITEA_API_URL=${GITEA_API_URL}
- GITEA_TOKEN=${GITEA_TOKEN}
- GITEA_USERNAME=${GITEA_USERNAME}
env_file:
- .env
restart: unless-stopped