mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore(cli): Update prisma setup options labels and hints
This commit is contained in:
5
.changeset/tricky-rockets-visit.md
Normal file
5
.changeset/tricky-rockets-visit.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"create-better-t-stack": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update prisma setup options labels and hints
|
||||||
@@ -213,15 +213,15 @@ export async function setupPrismaPostgres(config: ProjectConfig) {
|
|||||||
{
|
{
|
||||||
label: "Quick setup with create-db",
|
label: "Quick setup with create-db",
|
||||||
value: "create-db",
|
value: "create-db",
|
||||||
hint: "Fastest, automated database creation",
|
hint: "Fastest, automated database creation (no auth)",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
if (orm === "prisma") {
|
if (orm === "prisma") {
|
||||||
setupOptions.push({
|
setupOptions.push({
|
||||||
label: "Custom setup with Prisma Console",
|
label: "Custom setup with Prisma Init",
|
||||||
value: "custom",
|
value: "custom",
|
||||||
hint: "More control - use existing Prisma account",
|
hint: "More control (requires auth)",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user