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

This commit is contained in:
2025-12-09 10:38:39 -06:00
parent e4e1e130e0
commit 9e05c1f47b

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",