mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-14 01:18:15 -05:00
16 lines
293 B
TypeScript
16 lines
293 B
TypeScript
import { defineConfig } from '@trigger.dev/sdk'
|
|
|
|
export default defineConfig({
|
|
project: 'proj_kufttkwzywcydwtccqhx',
|
|
runtime: 'node',
|
|
logLevel: 'log',
|
|
maxDuration: 180,
|
|
retries: {
|
|
enabledInDev: false,
|
|
default: {
|
|
maxAttempts: 1,
|
|
},
|
|
},
|
|
dirs: ['./background'],
|
|
})
|