diff --git a/.changeset/free-rings-accept.md b/.changeset/free-rings-accept.md new file mode 100644 index 0000000..ea24ebd --- /dev/null +++ b/.changeset/free-rings-accept.md @@ -0,0 +1,5 @@ +--- +"create-better-t-stack": patch +--- + +add --no-git option to fumadocs setup command diff --git a/apps/cli/src/helpers/setup/fumadocs-setup.ts b/apps/cli/src/helpers/setup/fumadocs-setup.ts index 92c865d..2e669e9 100644 --- a/apps/cli/src/helpers/setup/fumadocs-setup.ts +++ b/apps/cli/src/helpers/setup/fumadocs-setup.ts @@ -59,7 +59,7 @@ export async function setupFumadocs(config: ProjectConfig) { const templateArg = TEMPLATES[template].value; - const commandWithArgs = `create-fumadocs-app@latest fumadocs --template ${templateArg} --src --no-install --pm ${packageManager} --no-eslint`; + const commandWithArgs = `create-fumadocs-app@latest fumadocs --template ${templateArg} --src --no-install --pm ${packageManager} --no-eslint --no-git`; const fumadocsInitCommand = getPackageExecutionCommand( packageManager,