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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user