"start:cron": "tsx cron-sync.ts"

This commit is contained in:
Andreas Knuth 2025-12-09 10:38:39 -06:00
parent e4e1e130e0
commit 9e05c1f47b
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"scripts": {
"dev": "next dev",
"build": "next build --turbopack",
"start": "next start"
"start": "next start",
"start:cron": "tsx cron-sync.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.888.0",