Commit Graph

2 Commits

Author SHA1 Message Date
AmanDevelops
b8647fc440 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
2026-01-10 00:31:27 +05:30
AmanDevelops
1abbe6460c feat: initialize worker for website generator with GitHub deployment functionality
- Added package.json for project dependencies and scripts.
- Created redis.ts for Redis connection configuration.
- Set up tsconfig.json for TypeScript compilation settings.
- Implemented worker.ts to handle GitHub repository deployments using BullMQ and Octokit.
2026-01-07 23:55:00 +05:30