Skip to content

Commit

Permalink
Bind ComfyUI frontend version to window (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Jul 12, 2024
1 parent 04aad41 commit dbd0e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit dbd0e3e

Please sign in to comment.