From b4f85f155a43fe7c733f6c5bf6370f32af8aad23 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Tue, 11 Mar 2025 16:20:13 +0100 Subject: [PATCH] chore(make): add start maildev to start --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index efce641e0..cdf790fc8 100644 --- a/Makefile +++ b/Makefile @@ -106,6 +106,7 @@ start: $(MAKE) start-postgres $(MAKE) start-memcached $(MAKE) start-minio + $(MAKE) start-maildev $(MAKE) compile-frontend $(MAKE) compile-uniworxdb $(MAKE) start-backend