add system setup and verification

This commit is contained in:
2025-02-22 23:33:02 -07:00
parent 60d7e07114
commit a8f2b832b4
3 changed files with 90 additions and 0 deletions

View File

@ -12,6 +12,7 @@ func main() {
generateCmd(),
webappCmd(),
tailwindCmd(),
setupCmd(),
}
app := &cli.App{