chore(cli): remove manual ultracite package handling

This commit is contained in:
Aman Varshney
2025-08-14 22:20:04 +05:30
parent 0e53b9bd74
commit ffe59ac384
4 changed files with 20 additions and 21 deletions

View File

@@ -121,11 +121,6 @@ export async function setupUltracite(config: ProjectConfig, hasHusky: boolean) {
});
}
await addPackageDependency({
devDependencies: ["ultracite"],
projectDir,
});
log.success("Ultracite setup successfully!");
} catch (error) {
log.error(pc.red("Failed to set up Ultracite"));