mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-09 10:43:22 +00:00
fix(app): avoid renderer Shiki WASM startup
This commit is contained in:
parent
7192fa8b7a
commit
7b7335b7e9
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ function createPool(lineDiffType: "none" | "word-alt") {
|
|||
{
|
||||
theme: "OpenCode",
|
||||
lineDiffType,
|
||||
preferredHighlighter: "shiki-wasm",
|
||||
preferredHighlighter: "shiki-js",
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue