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

@@ -15,7 +15,7 @@ export const DEFAULT_CONFIG: ProjectConfig = {
database: "sqlite",
orm: "drizzle",
auth: true,
addons: [],
addons: ["turborepo"],
examples: [],
git: true,
packageManager: getUserPkgManager(),