mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Bind ComfyUI frontend version to window (#113)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
</style> -->
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
<script type="module">
|
||||
window["__COMFYUI_FRONTEND_VERSION__"] = __COMFYUI_FRONTEND_VERSION__;
|
||||
console.log("ComfyUI Front-end version:", __COMFYUI_FRONTEND_VERSION__);
|
||||
</script>
|
||||
<link rel="stylesheet" type="text/css" href="/user.css" />
|
||||
|
||||
Reference in New Issue
Block a user