mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 11:10:00 +00:00
8 lines
250 B
TypeScript
8 lines
250 B
TypeScript
export const COMFY_API_BASE_URL = __USE_PROD_CONFIG__
|
|
? 'https://api.comfy.org'
|
|
: 'https://stagingapi.comfy.org'
|
|
|
|
export const COMFY_PLATFORM_BASE_URL = __USE_PROD_CONFIG__
|
|
? 'https://platform.comfy.org'
|
|
: 'https://stagingplatform.comfy.org'
|