Skip to content

Commit 9c402e0

Browse files
committed
Added space
1 parent b71892c commit 9c402e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/config-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The `trigger.config.ts` file is used to configure your Trigger.dev project. It i
1313
import { defineConfig } from "@trigger.dev/sdk/v3";
1414

1515
export default defineConfig({
16-
//Your project ref (you can see it on the Project settings page in the dashboard)
16+
// Your project ref (you can see it on the Project settings page in the dashboard)
1717
project: "<project ref>",
1818
//The paths for your trigger folders
1919
dirs: ["./trigger"],

0 commit comments

Comments
 (0)