???
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m25s

This commit is contained in:
2025-12-23 11:07:07 -07:00
parent 3df6aa402a
commit 975c61cce3
3 changed files with 5 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ func init() {
func main() {
s, err := wish.NewServer(
wish.WithAddress(net.JoinHostPort(host, port)),
wish.WithHostKeyPath(".ssh/id_ed25519"),
wish.WithMiddleware(
bubbletea.Middleware(teaHandler),
activeterm.Middleware(),