diff --git a/realize.go b/realize.go index 024ed45..e3c0444 100644 --- a/realize.go +++ b/realize.go @@ -147,9 +147,7 @@ func main() { r.Blueprint.Projects = []w.Project{} handle(r.Blueprint.Add(p)) } - if p.Bool("server") { - handle(r.Server.Start(p)) - } + handle(r.Server.Start(p)) handle(r.Blueprint.Run()) handle(r.Record(r)) return nil