From 9b2c92ade7b07ac7db15f2cdada7f36b65f9aa68 Mon Sep 17 00:00:00 2001 From: dal Date: Mon, 18 Aug 2025 14:40:13 -0600 Subject: [PATCH] trigger set to bun and electric handler lint --- .../src/api/v2/electric-shape/_helpers/electricHandler.ts | 1 + apps/trigger/trigger.config.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/server/src/api/v2/electric-shape/_helpers/electricHandler.ts b/apps/server/src/api/v2/electric-shape/_helpers/electricHandler.ts index 79a7bbbd3..15357c476 100644 --- a/apps/server/src/api/v2/electric-shape/_helpers/electricHandler.ts +++ b/apps/server/src/api/v2/electric-shape/_helpers/electricHandler.ts @@ -24,3 +24,4 @@ export const createProxiedResponse = async (url: URL): Promise => { headers, }); }; + diff --git a/apps/trigger/trigger.config.ts b/apps/trigger/trigger.config.ts index 15fa0a0ae..0138c80bd 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: 'node', + runtime: 'bun', 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.