From 90dc2a254d806b307525be064a03ebfcb61a44d4 Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 19 Aug 2025 10:08:27 -0600 Subject: [PATCH] change trigger back to node --- apps/trigger/trigger.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/trigger/trigger.config.ts b/apps/trigger/trigger.config.ts index 3003ff8f3..d2a08067e 100644 --- a/apps/trigger/trigger.config.ts +++ b/apps/trigger/trigger.config.ts @@ -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.