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", dbSetup: "none",
auth: "true", auth: "true",
packageManager: "bun", packageManager: "bun",
addons: [], addons: ["turborepo"],
examples: [], examples: [],
git: "true", git: "true",
install: "true", install: "true",
@@ -475,7 +475,7 @@ export const PRESET_TEMPLATES = [
dbSetup: "none", dbSetup: "none",
auth: "false", auth: "false",
packageManager: "bun", packageManager: "bun",
addons: [], addons: ["turborepo"],
examples: ["todo"], examples: ["todo"],
git: "true", git: "true",
install: "true", install: "true",
@@ -497,7 +497,7 @@ export const PRESET_TEMPLATES = [
dbSetup: "none", dbSetup: "none",
auth: "true", auth: "true",
packageManager: "bun", packageManager: "bun",
addons: [], addons: ["turborepo"],
examples: [], examples: [],
git: "true", git: "true",
install: "true", install: "true",
@@ -519,7 +519,7 @@ export const PRESET_TEMPLATES = [
dbSetup: "none", dbSetup: "none",
auth: "false", auth: "false",
packageManager: "bun", packageManager: "bun",
addons: [], addons: ["turborepo"],
examples: [], examples: [],
git: "true", git: "true",
install: "true", install: "true",

View File

@@ -14,7 +14,7 @@
}, },
"apps/cli": { "apps/cli": {
"name": "create-better-t-stack", "name": "create-better-t-stack",
"version": "2.9.9", "version": "2.10.0",
"bin": { "bin": {
"create-better-t-stack": "dist/index.js", "create-better-t-stack": "dist/index.js",
}, },