diff --git a/pkg/command/server_simple.go b/pkg/command/server_simple.go index bad48eecc..7429e6dc7 100644 --- a/pkg/command/server_simple.go +++ b/pkg/command/server_simple.go @@ -15,6 +15,7 @@ import ( ) var ( + // SimpleRuntimeServices declares which services will be started for the fullstack server SimpleRuntimeServices = []string{"hello", "konnectd", "phoenix"} )