add convex

This commit is contained in:
Aman Varshney
2025-04-28 11:42:11 +05:30
parent 7ef3cfce9e
commit 2a5358a105
70 changed files with 2330 additions and 1139 deletions

View File

@@ -13,7 +13,7 @@ export function displayConfig(config: Partial<ProjectConfig>) {
? config.frontend
: [config.frontend];
const frontendText =
frontend.length > 0 && frontend[0] !== undefined && frontend[0] !== ""
frontend.length > 0 && frontend[0] !== undefined
? frontend.join(", ")
: "none";
configDisplay.push(`${pc.blue("Frontend:")} ${frontendText}`);