This commit is contained in:
maddalax 2024-09-13 20:22:26 -05:00
parent a37607fada
commit 2af5809e33

View file

@ -71,6 +71,7 @@ func main() {
{"rm", "-rf", excludeDir}, {"rm", "-rf", excludeDir},
{"go", "get", "github.com/maddalax/htmgo/framework"}, {"go", "get", "github.com/maddalax/htmgo/framework"},
{"go", "get", "github.com/maddalax/htmgo/framework-ui"}, {"go", "get", "github.com/maddalax/htmgo/framework-ui"},
{"git", "init"},
} }
for _, command := range commands { for _, command := range commands {