Skip to content

Commit 792885b

Browse files
add auth, drizzle, prisma setup logic with template
1 parent 54d6382 commit 792885b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2665
-894
lines changed

.changeset/red-times-repair.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-better-t-stack": minor
3+
---
4+
5+
add auth, drizzle, prisma setup logic

apps/cli/src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ export const DEFAULT_CONFIG: ProjectConfig = {
1414
features: [],
1515
git: true,
1616
packageManager: "npm",
17+
noInstall: false,
1718
};

0 commit comments

Comments
 (0)