waveterm/tsunami/templates/app-init.go.tmpl
Mike Sawka ce978c1205
More Builder Improvements + Tsunami AppInit (#2571)
* 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)
2025-11-19 09:41:11 -08:00

7 lines
No EOL
118 B
Cheetah

package main
import "github.com/wavetermdev/waveterm/tsunami/app"
func init() {
app.RegisterAppInitFn(AppInit)
}