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

4
.gitignore vendored
View File

@@ -1,3 +1,5 @@
node_modules/
.env
trigger.sh
trigger.sh
dist/