File tree 5 files changed +5
-5
lines changed
realtime-fal-ai-image-generation
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import { defineConfig } from "@trigger.dev/sdk/v3" ;
2
2
3
3
export default defineConfig ( {
4
- project : "<your-project-id >" ,
4
+ project : "<your-project-ref >" ,
5
5
runtime : "node" ,
6
6
logLevel : "log" ,
7
7
// 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";
3
3
4
4
export default defineConfig ( {
5
5
runtime : "node" ,
6
- project : "<your-project-id >" ,
6
+ project : "<your-project-ref >" ,
7
7
machine : "small-1x" ,
8
8
maxDuration : 3600 ,
9
9
build : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { defineConfig } from "@trigger.dev/sdk/v3";
3
3
4
4
export default defineConfig ( {
5
5
runtime : "node" ,
6
- project : "proj_evoftjmqvmvjeublxlqx " ,
6
+ project : "<your-project-ref> " ,
7
7
machine : "small-1x" ,
8
8
maxDuration : 3600 ,
9
9
build : {
Original file line number Diff line number Diff line change 1
1
import { defineConfig } from "@trigger.dev/sdk/v3" ;
2
2
3
3
export default defineConfig ( {
4
- project : "<your-project-id >" ,
4
+ project : "<your-project-ref >" ,
5
5
runtime : "node" ,
6
6
logLevel : "log" ,
7
7
// 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 1
1
import { defineConfig } from "@trigger.dev/sdk/v3" ;
2
2
3
3
export default defineConfig ( {
4
- project : "<your-project-id >" ,
4
+ project : "<your-project-ref >" ,
5
5
runtime : "node" ,
6
6
logLevel : "log" ,
7
7
// 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