feat: add task workflow and asset downloads

This commit is contained in:
inman
2026-05-29 12:32:02 +08:00
parent f9c3393f84
commit 63e62d444c
61 changed files with 2773 additions and 2181 deletions

View File

@@ -10,12 +10,13 @@
"build": "next build",
"prestart": "next build",
"start": "next start --hostname 127.0.0.1 --port 3000",
"start:server": "next start --hostname 0.0.0.0 --port 3000",
"worker": "node scripts/worker.mjs",
"worker:once": "node scripts/worker.mjs --once",
"health": "node scripts/health-check.mjs",
"info": "node scripts/print-app-info.mjs",
"test": "vitest run",
"test:watch": "vitest",
"legacy:start": "node scripts/start-runtime.mjs",
"legacy:info": "node scripts/print-runtime-info.mjs"
"test:watch": "vitest"
},
"dependencies": {
"@supabase/supabase-js": "^2.49.4",