mirror of https://github.com/buster-so/buster.git
trigger set to bun and electric handler lint
This commit is contained in:
parent
f9eece00d6
commit
9b2c92ade7
|
@ -24,3 +24,4 @@ export const createProxiedResponse = async (url: URL): Promise<Response> => {
|
||||||
headers,
|
headers,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ loadRootEnv();
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
project: 'proj_lyyhkqmzhwiskfnavddk',
|
project: 'proj_lyyhkqmzhwiskfnavddk',
|
||||||
runtime: 'node',
|
runtime: 'bun',
|
||||||
logLevel: 'log',
|
logLevel: 'log',
|
||||||
// The max compute seconds a task is allowed to run. If the task run exceeds this duration, it will be stopped.
|
// 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.
|
// You can override this on an individual task.
|
||||||
|
|
Loading…
Reference in New Issue