Skip to content

Commit 7d76289

Browse files
fix(cli): add --no-git option to fumadocs setup command
1 parent 2df8d44 commit 7d76289

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/free-rings-accept.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-better-t-stack": patch
3+
---
4+
5+
add --no-git option to fumadocs setup command

apps/cli/src/helpers/setup/fumadocs-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export async function setupFumadocs(config: ProjectConfig) {
5959

6060
const templateArg = TEMPLATES[template].value;
6161

62-
const commandWithArgs = `create-fumadocs-app@latest fumadocs --template ${templateArg} --src --no-install --pm ${packageManager} --no-eslint`;
62+
const commandWithArgs = `create-fumadocs-app@latest fumadocs --template ${templateArg} --src --no-install --pm ${packageManager} --no-eslint --no-git`;
6363

6464
const fumadocsInitCommand = getPackageExecutionCommand(
6565
packageManager,

0 commit comments

Comments
 (0)