diff --git a/app/src/cli/commands/create/create.ts b/app/src/cli/commands/create/create.ts index 478362f..3c5233d 100644 --- a/app/src/cli/commands/create/create.ts +++ b/app/src/cli/commands/create/create.ts @@ -8,7 +8,7 @@ import { Option } from "commander"; import { env } from "core"; import color from "picocolors"; import { overridePackageJson, updateBkndPackages } from "./npm"; -import { type Template, templates } from "./templates"; +import { type Template, templates, type TemplateSetupCtx } from "./templates"; import { createScoped, flush } from "cli/utils/telemetry"; const config = { @@ -35,6 +35,8 @@ export const create: CliCommand = (program) => { .addOption(new Option("-i, --integration ", "integration to use")) .addOption(new Option("-t, --template