mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-11-27 20:50:25 +08:00
We now show all Read File/Dir calls together and batch approve them (backend change to emit them all at once, and FE change to display them as a batch) JS chunking for monaco, mermaid, and shiki, etc. shiki is huge, almost 10M but can't be easily split out of Streamdown. Tried making it load async, but w/ Streamdown we can't do that easily. Trying to split the JS up because of a build error we were running into in build-helper.
37 lines
344 B
Text
37 lines
344 B
Text
.task
|
|
frontend/dist
|
|
dist/
|
|
dist-dev/
|
|
frontend/node_modules
|
|
node_modules/
|
|
frontend/bindings
|
|
bindings/
|
|
*.log
|
|
bin/
|
|
*.dmg
|
|
*.exe
|
|
.DS_Store
|
|
*~
|
|
out/
|
|
make/
|
|
artifacts/
|
|
mikework/
|
|
.env
|
|
out
|
|
|
|
# Yarn Modern
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
|
|
*storybook.log
|
|
storybook-static/
|
|
|
|
test-results.xml
|
|
|
|
docsite/
|