trigger set to bun and electric handler lint

This commit is contained in:
dal 2025-08-18 14:40:13 -06:00
parent f9eece00d6
commit 9b2c92ade7
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
2 changed files with 2 additions and 1 deletions

View File

@ -24,3 +24,4 @@ export const createProxiedResponse = async (url: URL): Promise<Response> => {
headers,
});
};

View File

@ -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.