chore: add @nestjs/schedule for cleanup cron jobs
This commit is contained in:
parent
2f2f159bba
commit
c38a51ed95
1 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
"@nestjs/config": "^4.0.0",
|
||||
"@nestjs/core": "^11.0.0",
|
||||
"@nestjs/platform-express": "^11.0.0",
|
||||
"@nestjs/schedule": "^5.0.0",
|
||||
"@supabase/supabase-js": "^2.47.0",
|
||||
"bullmq": "^5.28.0",
|
||||
"nestjs-pino": "^4.1.0",
|
||||
|
|
@ -32,4 +33,4 @@
|
|||
"@types/nodemailer": "^6.4.16",
|
||||
"typescript": "^5.6.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue