mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
fix(ui): avoid fetching provider icons during checks
This commit is contained in:
@@ -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()
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user