mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
The docsite path was being initialized as a global variable. This wasn't an issue before we were caching and unsetting the env vars, but now that `wavebase.GetWaveAppPath()` returns the contents of the cached variable, we need to read its value at runtime, since it won't be set at the time the global variable is initialized.
34 lines
325 B
Text
34 lines
325 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/
|
|
|
|
# Yarn Modern
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
|
|
*storybook.log
|
|
storybook-static/
|
|
|
|
test-results.xml
|
|
|
|
docsite/
|