add turborepo addon in builder presets

This commit is contained in:
Aman Varshney
2025-05-14 07:35:09 +05:30
parent dad201e705
commit 254d278c6b
2 changed files with 5 additions and 5 deletions

View File

@@ -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",

View File

@@ -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",
},