@@ -0,0 +1,13 @@
package main
import (
"tui-ssh-app/config"
"tui-ssh-app/db"
"tui-ssh-app/tui"
)
func main() {
config.LoadEnv()
db.ConnectDB()
tui.StartTUI()
}
The note is not visible to the blocked user.