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