Skip to content

Commit

Permalink
feat: simplify logs chunks by packaging markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 21, 2025
1 parent db496a8 commit 306d4ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ui/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ export const manualChunks = {
"src/components/flows/FlowsSearch.vue",
"src/components/flows/FlowRoot.vue"
],
"markdown": [
"src/utils/markdown.js"
"markdownDeps": [
"shiki/langs/yaml.mjs",
"shiki/langs/python.mjs",
"shiki/langs/javascript.mjs",
"src/utils/markdownDeps.ts"
]
}

Expand Down

0 comments on commit 306d4ec

Please sign in to comment.