From 41b9698dbf4fccf6ff3469faabfe605f02adc901 Mon Sep 17 00:00:00 2001 From: yushen Date: Tue, 24 Mar 2026 14:41:38 +0800 Subject: [PATCH] chore: update Makefile daemon target to use MULTICA_REPOS_ROOT Co-Authored-By: Claude Opus 4.6 (1M context) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9fe220c2..31d3b693 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ dev: cd server && go run ./cmd/server daemon: - cd server && MULTICA_CODEX_WORKDIR="${MULTICA_CODEX_WORKDIR:-$(abspath .)}" go run ./cmd/daemon + cd server && MULTICA_REPOS_ROOT="${MULTICA_REPOS_ROOT:-$(abspath .)}" go run ./cmd/daemon build: cd server && go build -o bin/server ./cmd/server