diff --git a/genkit-tools/cli/src/commands/init.ts b/genkit-tools/cli/src/commands/init.ts index a06fa7aa2d..1866bcbcc7 100644 --- a/genkit-tools/cli/src/commands/init.ts +++ b/genkit-tools/cli/src/commands/init.ts @@ -144,10 +144,10 @@ const pluginToInfo: Record = { /** Platform to sample flow template paths. */ const sampleTemplatePaths: Record = { - firebase: '../../config/firebase.index.ts.template', - googlecloud: '../../config/googleCloud.index.ts.template', - nodejs: '../../config/googleCloud.index.ts.template', // This can deviate from GCP template in the future as needed. - nextjs: '../../config/nextjs.genkit.ts.template', + firebase: '../../../config/firebase.index.ts.template', + googlecloud: '../../../config/googleCloud.index.ts.template', + nodejs: '../../../config/googleCloud.index.ts.template', // This can deviate from GCP template in the future as needed. + nextjs: '../../../config/nextjs.genkit.ts.template', }; /** Supported runtimes for the init command. */