make Turborepo a default addon

This commit is contained in:
Aman Varshney
2025-05-09 16:18:09 +05:30
parent f67b04b14d
commit 89caa156d0
7 changed files with 188 additions and 95 deletions

View File

@@ -356,7 +356,7 @@ export const TECH_OPTIONS = {
description: "Monorepo build system",
icon: "/icon/turborepo.svg",
color: "from-gray-400 to-gray-700",
default: false,
default: true,
},
],
examples: [
@@ -548,7 +548,7 @@ export const DEFAULT_STACK: StackState = {
dbSetup: "none",
auth: "true",
packageManager: "bun",
addons: [],
addons: ["turborepo"],
examples: [],
git: "true",
install: "true",