Skip to content

Commit dbd0e3e

Browse files
authored
Bind ComfyUI frontend version to window (#113)
1 parent 04aad41 commit dbd0e3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</style> -->
1515
<script type="module" src="/src/main.ts"></script>
1616
<script type="module">
17+
window["__COMFYUI_FRONTEND_VERSION__"] = __COMFYUI_FRONTEND_VERSION__;
1718
console.log("ComfyUI Front-end version:", __COMFYUI_FRONTEND_VERSION__);
1819
</script>
1920
<link rel="stylesheet" type="text/css" href="/user.css" />

0 commit comments

Comments
 (0)