mirror of https://github.com/buster-so/buster.git
change trigger back to node
This commit is contained in:
parent
36d78bc6a1
commit
90dc2a254d
|
@ -9,7 +9,7 @@ loadRootEnv();
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
project: 'proj_lyyhkqmzhwiskfnavddk',
|
project: 'proj_lyyhkqmzhwiskfnavddk',
|
||||||
runtime: 'bun',
|
runtime: 'node',
|
||||||
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