[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

2
global.d.ts vendored
View File

@@ -1,6 +1,8 @@
declare const __COMFYUI_FRONTEND_VERSION__: string
declare const __SENTRY_ENABLED__: boolean
declare const __SENTRY_DSN__: string
declare const __ALGOLIA_APP_ID__: string
declare const __ALGOLIA_API_KEY__: string
interface Navigator {
/**