diff --git a/docs/config/config-file.mdx b/docs/config/config-file.mdx index 001d21bdb7..dfc95fcb1c 100644 --- a/docs/config/config-file.mdx +++ b/docs/config/config-file.mdx @@ -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: "", //The paths for your trigger folders dirs: ["./trigger"],