summaryrefslogtreecommitdiff
path: root/magefiles/magefile.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-31 14:14:07 -0600
committermo khan <mo@mokhan.ca>2025-03-31 14:14:07 -0600
commitf00c6bd0f622200cdc4da0455ed1d903ff67d99e (patch)
tree3c7cef9c3e062a472ce1013138249ebf43029906 /magefiles/magefile.go
parent3c3be9604e8c671ffca2f7a2bf4f34617545d8aa (diff)
chore: run local certificate authority
Diffstat (limited to 'magefiles/magefile.go')
-rw-r--r--magefiles/magefile.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/magefiles/magefile.go b/magefiles/magefile.go
index ed649ef..115af16 100644
--- a/magefiles/magefile.go
+++ b/magefiles/magefile.go
@@ -99,7 +99,7 @@ func Protos() error {
// Run All the servers
func Servers(ctx context.Context) {
- mg.CtxDeps(ctx, Nats, Idp, UI, Api, Authzd, Gateway)
+ mg.CtxDeps(ctx, (Step{}).Server, Nats, Idp, UI, Api, Authzd, Gateway)
}
// Run the end to end tests