mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore(web): improve dbSetup descriptions
This commit is contained in:
@@ -50,7 +50,7 @@ export async function getDBSetupChoice(
|
||||
{
|
||||
value: "planetscale" as const,
|
||||
label: "PlanetScale",
|
||||
hint: "Serverless MySQL platform with branching (Postgres compatible)",
|
||||
hint: "Postgres & Vitess (MySQL) on NVMe",
|
||||
},
|
||||
{
|
||||
value: "supabase" as const,
|
||||
@@ -74,7 +74,7 @@ export async function getDBSetupChoice(
|
||||
{
|
||||
value: "planetscale" as const,
|
||||
label: "PlanetScale",
|
||||
hint: "Serverless MySQL platform with branching",
|
||||
hint: "MySQL on Vitess (NVMe, HA)",
|
||||
},
|
||||
{
|
||||
value: "docker" as const,
|
||||
|
||||
Reference in New Issue
Block a user