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:
5
.changeset/good-experts-kneel.md
Normal file
5
.changeset/good-experts-kneel.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"create-better-t-stack": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Remove debug console.log in examples setup
|
||||||
@@ -12,7 +12,6 @@ export async function setupExamples(
|
|||||||
backend: ProjectBackend,
|
backend: ProjectBackend,
|
||||||
frontend: ProjectFrontend[] = ["web"],
|
frontend: ProjectFrontend[] = ["web"],
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
console.log("EXAMPLEs:", examples);
|
|
||||||
const hasWebFrontend = frontend.includes("web");
|
const hasWebFrontend = frontend.includes("web");
|
||||||
const webAppExists = await fs.pathExists(path.join(projectDir, "apps/web"));
|
const webAppExists = await fs.pathExists(path.join(projectDir, "apps/web"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user