From 2a9b689a0775a2ce831dc08c73fc0959fe3f9e83 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 10 Mar 2025 18:23:01 -0600 Subject: chore: install mage using go tool --- magefile.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'magefile.go') diff --git a/magefile.go b/magefile.go index 52dddea..92d071d 100644 --- a/magefile.go +++ b/magefile.go @@ -15,7 +15,7 @@ import ( // Default target to run when none is specified // If not set, running mage will list available targets -var Default = Run +var Default = Servers // Run the Identity Provider func Idp() error { @@ -85,7 +85,7 @@ func Protos() error { } // Run All the servers -func Run(ctx context.Context) { +func Servers(ctx context.Context) { mg.CtxDeps(ctx, Idp, UI, Api, Gateway) } -- cgit v1.2.3