[Manager] Fix build env vars (#3238)

This commit is contained in:
Christian Byrne
2025-03-26 08:03:03 -07:00
committed by GitHub
parent 60afa5cf6c
commit 4d35d937cf
3 changed files with 4 additions and 5 deletions

View File

@@ -8,9 +8,6 @@ import { omit } from 'lodash'
import { components } from '@/types/comfyRegistryTypes'
declare const __ALGOLIA_APP_ID__: string
declare const __ALGOLIA_API_KEY__: string
type SafeNestedProperty<
T,
K1 extends keyof T,