cli: update deps

This commit is contained in:
Aman Varshney
2025-07-12 21:47:34 +05:30
parent fcc1da8742
commit bd136792df
235 changed files with 22411 additions and 63 deletions

View File

@@ -72,9 +72,7 @@ export async function addAddonsToProject(
}
log.info(
pc.green(
`Adding ${input.addons.join(", ")} to ${config.frontend.join("/")}`,
),
`Adding ${input.addons.join(", ")} to ${config.frontend.join("/")}`,
);
await setupAddonsTemplate(projectDir, config);

View File

@@ -209,13 +209,11 @@ export async function addAddonsHandler(input: AddInput): Promise<void> {
});
} else {
log.info(
pc.yellow(
`Run ${pc.bold(`${packageManager} install`)} to install dependencies`,
),
`Run ${pc.bold(`${packageManager} install`)} to install dependencies`,
);
}
outro(pc.green("Add command completed successfully!"));
outro("Add command completed successfully!");
} catch (error) {
console.error(error);
process.exit(1);