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 b9512d1 commit 7a2bc91Copy full SHA for 7a2bc91
packages/cli-v3/src/commands/init.ts
@@ -506,7 +506,7 @@ async function writeConfigFile(
506
runtime: options.runtime,
507
triggerDirectoriesOption: triggerDir.isCustomValue
508
? `\n dirs: ["${triggerDir.location}"],`
509
- : `\n dirs: ["/src/trigger"],`,
+ : `\n dirs: ["./src/trigger"],`,
510
},
511
outputPath,
512
override: options.overrideConfig,
0 commit comments