Remove debug console.log in examples setup

This commit is contained in:
Aman Varshney
2025-04-01 01:16:35 +05:30
parent 5ba4492f4a
commit c3ebe276de
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Remove debug console.log in examples setup

View File

@@ -12,7 +12,6 @@ export async function setupExamples(
backend: ProjectBackend,
frontend: ProjectFrontend[] = ["web"],
): Promise<void> {
console.log("EXAMPLEs:", examples);
const hasWebFrontend = frontend.includes("web");
const webAppExists = await fs.pathExists(path.join(projectDir, "apps/web"));