change trigger back to node

This commit is contained in:
dal 2025-08-19 10:08:27 -06:00
parent 36d78bc6a1
commit 90dc2a254d
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ loadRootEnv();
export default defineConfig({
project: 'proj_lyyhkqmzhwiskfnavddk',
runtime: 'bun',
runtime: 'node',
logLevel: 'log',
// The max compute seconds a task is allowed to run. If the task run exceeds this duration, it will be stopped.
// You can override this on an individual task.