waveterm/pkg/docsite
Evan Simkowitz 6216dca17a
Fix docsite path error in docsite.go (#1272)
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.
2024-11-12 12:30:37 -08:00
..
docsite.go Fix docsite path error in docsite.go (#1272) 2024-11-12 12:30:37 -08:00