chore: update debugger assets (#231)

Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-11-20 17:11:58 -05:00
committed by GitHub
parent e4c07bc390
commit 95abac0ef8
2 changed files with 10 additions and 2 deletions
@@ -0,0 +1,8 @@
---
"llama-index-workflows": patch
---
Update debugger assets
- JavaScript: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.0/dist/app.js
- CSS: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.0/dist/app.css
@@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>workflow-debugger</title>
<script type="module" crossorigin src="https://pub-b8e37ddf016b47d7b2ab52a7c538dce8.r2.dev/debugger.v0.1.1.js"></script>
<link rel="stylesheet" crossorigin href="https://pub-b8e37ddf016b47d7b2ab52a7c538dce8.r2.dev/debugger.v0.1.1.css">
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.0/dist/app.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.0/dist/app.css">
</head>
<body>
<div id="root"></div>