mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-12 16:40:05 +00:00
Cleanup (#915)
* (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
This commit is contained in:
4
src/config.ts
Normal file
4
src/config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export default {
|
||||
app_title: 'ComfyUI',
|
||||
app_version: __COMFYUI_FRONTEND_VERSION__
|
||||
}
|
||||
Reference in New Issue
Block a user