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.