chore(web): improve dbSetup descriptions

This commit is contained in:
Aman Varshney
2025-09-08 13:08:20 +05:30
parent 74eb961af7
commit c4cf9c375b
2 changed files with 11 additions and 10 deletions

View File

@@ -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,