mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add orpc
This commit is contained in:
@@ -29,6 +29,11 @@ export async function getAddonsChoice(
|
||||
label: "Husky",
|
||||
hint: "Add Git hooks with Husky, lint-staged (requires Biome)",
|
||||
},
|
||||
{
|
||||
value: "turborepo" as const,
|
||||
label: "Turborepo",
|
||||
hint: "Optimize builds for monorepos",
|
||||
},
|
||||
];
|
||||
|
||||
const webAddonOptions = [
|
||||
|
||||
Reference in New Issue
Block a user