mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add turborepo addon in builder presets
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user