feat: add task workflow and asset downloads
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user