feat: many things...

This commit is contained in:
Kat Inskip 2023-02-12 05:49:50 -08:00
parent 3fe6f591e1
commit 0778f24b18
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
22 changed files with 842 additions and 153 deletions

View file

@ -26,6 +26,12 @@ func main() {
if err != nil {
return err
}
if err != nil {
return err
}
}
for name, machine := range store.Machines {
err = machine.Handle(ctx, name)
}
err = iac.InskipPage(ctx)