diff --git a/apps/web/src/lib/constant.ts b/apps/web/src/lib/constant.ts index 6e4c067..11ef8bd 100644 --- a/apps/web/src/lib/constant.ts +++ b/apps/web/src/lib/constant.ts @@ -453,7 +453,7 @@ export const PRESET_TEMPLATES = [ dbSetup: "none", auth: "true", packageManager: "bun", - addons: [], + addons: ["turborepo"], examples: [], git: "true", install: "true", @@ -475,7 +475,7 @@ export const PRESET_TEMPLATES = [ dbSetup: "none", auth: "false", packageManager: "bun", - addons: [], + addons: ["turborepo"], examples: ["todo"], git: "true", install: "true", @@ -497,7 +497,7 @@ export const PRESET_TEMPLATES = [ dbSetup: "none", auth: "true", packageManager: "bun", - addons: [], + addons: ["turborepo"], examples: [], git: "true", install: "true", @@ -519,7 +519,7 @@ export const PRESET_TEMPLATES = [ dbSetup: "none", auth: "false", packageManager: "bun", - addons: [], + addons: ["turborepo"], examples: [], git: "true", install: "true", diff --git a/bun.lock b/bun.lock index 4d53053..e81b5ed 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ }, "apps/cli": { "name": "create-better-t-stack", - "version": "2.9.9", + "version": "2.10.0", "bin": { "create-better-t-stack": "dist/index.js", },