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",
|
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user