Files
ComfyUI_frontend/src/config.ts
Alex "mcmonkey" Goodwin 7b344d5629 Fix routing (#939)
* reinstate working routing code and remove broken code

* forward object_info

* remove object_info bit
2024-09-25 16:01:50 +09:00

5 lines
87 B
TypeScript

export default {
app_title: 'ComfyUI',
app_version: __COMFYUI_FRONTEND_VERSION__
}