Skip to content

Commit 31be802

Browse files
chore(cli): Update prisma setup options labels and hints
1 parent 9079964 commit 31be802

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/tricky-rockets-visit.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": patch
3+
---
4+
5+
Update prisma setup options labels and hints

apps/cli/src/helpers/database-providers/prisma-postgres-setup.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@ export async function setupPrismaPostgres(config: ProjectConfig) {
213213
{
214214
label: "Quick setup with create-db",
215215
value: "create-db",
216-
hint: "Fastest, automated database creation",
216+
hint: "Fastest, automated database creation (no auth)",
217217
},
218218
];
219219

220220
if (orm === "prisma") {
221221
setupOptions.push({
222-
label: "Custom setup with Prisma Console",
222+
label: "Custom setup with Prisma Init",
223223
value: "custom",
224-
hint: "More control - use existing Prisma account",
224+
hint: "More control (requires auth)",
225225
});
226226
}
227227

0 commit comments

Comments
 (0)