We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71892c commit 9c402e0Copy full SHA for 9c402e0
docs/config/config-file.mdx
@@ -13,7 +13,7 @@ The `trigger.config.ts` file is used to configure your Trigger.dev project. It i
13
import { defineConfig } from "@trigger.dev/sdk/v3";
14
15
export default defineConfig({
16
- //Your project ref (you can see it on the Project settings page in the dashboard)
+ // Your project ref (you can see it on the Project settings page in the dashboard)
17
project: "<project ref>",
18
//The paths for your trigger folders
19
dirs: ["./trigger"],
0 commit comments