File tree Expand file tree Collapse file tree
realtime-fal-ai-image-generation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { defineConfig } from "@trigger.dev/sdk/v3" ;
22
33export default defineConfig ( {
4- project : "<your-project-id >" ,
4+ project : "<your-project-ref >" ,
55 runtime : "node" ,
66 logLevel : "log" ,
77 // Set the maxDuration to 300 seconds for all tasks. See https://trigger.dev/docs/runs/max-duration
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { defineConfig } from "@trigger.dev/sdk/v3";
33
44export default defineConfig ( {
55 runtime : "node" ,
6- project : "<your-project-id >" ,
6+ project : "<your-project-ref >" ,
77 machine : "small-1x" ,
88 maxDuration : 3600 ,
99 build : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { defineConfig } from "@trigger.dev/sdk/v3";
33
44export default defineConfig ( {
55 runtime : "node" ,
6- project : "proj_evoftjmqvmvjeublxlqx " ,
6+ project : "<your-project-ref> " ,
77 machine : "small-1x" ,
88 maxDuration : 3600 ,
99 build : {
Original file line number Diff line number Diff line change 11import { defineConfig } from "@trigger.dev/sdk/v3" ;
22
33export default defineConfig ( {
4- project : "<your-project-id >" ,
4+ project : "<your-project-ref >" ,
55 runtime : "node" ,
66 logLevel : "log" ,
77 // Set the maxDuration to 300 seconds for all tasks. See https://trigger.dev/docs/runs/max-duration
Original file line number Diff line number Diff line change 11import { defineConfig } from "@trigger.dev/sdk/v3" ;
22
33export default defineConfig ( {
4- project : "<your-project-id >" ,
4+ project : "<your-project-ref >" ,
55 runtime : "node" ,
66 logLevel : "log" ,
77 // Set the maxDuration to 300 seconds for all tasks. See https://trigger.dev/docs/runs/max-duration
You can’t perform that action at this time.
0 commit comments