Skip to content

Commit

Permalink
Added space
Browse files Browse the repository at this point in the history
  • Loading branch information
D-K-P committed Nov 4, 2024
1 parent b71892c commit 9c402e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/config-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `trigger.config.ts` file is used to configure your Trigger.dev project. It i
import { defineConfig } from "@trigger.dev/sdk/v3";

export default defineConfig({
//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)
project: "<project ref>",
//The paths for your trigger folders
dirs: ["./trigger"],
Expand Down

0 comments on commit 9c402e0

Please sign in to comment.