mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add convex
This commit is contained in:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user