Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/update-debugger-assets-1765490055.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"llama-index-workflows": patch
---

Update debugger assets

- JavaScript: https://cdn.jsdelivr.net/npm/@llamaindex/[email protected]/dist/app.js
- CSS: https://cdn.jsdelivr.net/npm/@llamaindex/[email protected]/dist/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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://cdn.jsdelivr.net/npm/@llamaindex/[email protected].2/dist/app.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@llamaindex/[email protected].2/dist/app.css">
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@llamaindex/[email protected].6/dist/app.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@llamaindex/[email protected].6/dist/app.css">
</head>
<body>
<div id="root"></div>
Expand Down