From c9775bcd8be26f57a4a454b2a6aa0b8d0abdb4aa Mon Sep 17 00:00:00 2001 From: Asai Neko Date: Fri, 30 Jan 2026 13:09:35 +0800 Subject: [PATCH] Remove meilisearch from justfile dev back Signed-off-by: Asai Neko --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index ccd4b83..012201f 100644 --- a/justfile +++ b/justfile @@ -48,4 +48,4 @@ dev-client-cms: install-cms devenv up client-cms --verbose dev-back: clean install-back gen-back - devenv up postgres redis meilisearch lgtm --verbose + devenv up postgres redis lgtm --verbose