fix(ui): avoid fetching provider icons during checks

This commit is contained in:
Catriel Müller
2026-05-12 21:32:44 -03:00
parent 55abf13cfa
commit 25aae795a2
+2
View File
@@ -36,9 +36,11 @@ function providerIconsPlugin() {
return {
name: "provider-icons-plugin",
configureServer() {
if (!process.env.KILO_FETCH_PROVIDER_ICONS) return // kilocode_change
void fetchProviderIcons()
},
buildStart() {
if (!process.env.KILO_FETCH_PROVIDER_ICONS) return // kilocode_change
void fetchProviderIcons()
},
}