mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix: backend none templates (#241)
This commit is contained in:
@@ -20,9 +20,7 @@ export function displayConfig(config: Partial<ProjectConfig>) {
|
||||
}
|
||||
|
||||
if (config.backend !== undefined) {
|
||||
configDisplay.push(
|
||||
`${pc.blue("Backend Framework:")} ${String(config.backend)}`,
|
||||
);
|
||||
configDisplay.push(`${pc.blue("Backend:")} ${String(config.backend)}`);
|
||||
}
|
||||
|
||||
if (config.runtime !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user