mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-11-27 20:50:25 +08:00
* Kebab Menu + Switch App Functionality * Updated Secrets Tab (still more to do, but closer) * Better Error Handling (Switch to Secrets Tab) * Add AppInit functionality to Tsunami (fixes initialization issues and races with embedded assets, and error handling) * Tsunami - ListStaticFiles * Tsunami - More Robust Manifest generation (even when there are extra stdout messages)
7 lines
No EOL
118 B
Cheetah
7 lines
No EOL
118 B
Cheetah
package main
|
|
|
|
import "github.com/wavetermdev/waveterm/tsunami/app"
|
|
|
|
func init() {
|
|
app.RegisterAppInitFn(AppInit)
|
|
} |