* (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:
ArtificialLab
2024-09-22 10:12:54 +04:00
committed by GitHub
parent cdaac0d9bb
commit ea0f74a9f6
8 changed files with 67 additions and 50 deletions

View File

@@ -33,6 +33,7 @@
"src/**/*",
"src/**/*.vue",
"src/types/**/*.d.ts",
"tests-ui/**/*"
"tests-ui/**/*",
"global.d.ts"
]
}