mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-31 05:19:53 +00:00
* (update) cleanup: - move reflect to main.ts - add config.ts with comfy frontend version - cleanup index.html and App.vue * (fix) lint doesn't like branch assignments * (fix) properly add __COMFYUI_FRONTEND_VERSION__ to ts globals
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
export default {
|
|
app_title: 'ComfyUI',
|
|
app_version: __COMFYUI_FRONTEND_VERSION__
|
|
}
|