diff --git a/apps/web/src/app/(home)/_components/StackArchitech.tsx b/apps/web/src/app/(home)/_components/StackArchitech.tsx index fffc9d2..ad6fd64 100644 --- a/apps/web/src/app/(home)/_components/StackArchitech.tsx +++ b/apps/web/src/app/(home)/_components/StackArchitech.tsx @@ -379,10 +379,10 @@ const StackArchitect = () => { stackState.install === "true"; if (isAllDefault) { - return `${base} ${projectName} -y`; + return `${base} ${projectName} --yes`; } - flags.push("-y"); + flags.push("--yes"); if (!stackState.frontend.includes("web")) { flags.push("--no-web");