feat(cli): Upgrade to Prisma 6.13.0 (#431)

This commit is contained in:
Aman Varshney
2025-07-30 00:56:24 +05:30
committed by GitHub
parent ec808ff959
commit 16c4d423dd
13 changed files with 53 additions and 44 deletions

View File

@@ -23,7 +23,7 @@ function getAddonDisplay(addon: Addons): { label: string; hint: string } {
hint = "High-performance build system";
break;
case "pwa":
label = "PWA (Progressive Web App)";
label = "PWA";
hint = "Make your app installable and work offline";
break;
case "tauri":