mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-17 11:48:42 +02:00
chore: update Makefile daemon target to use MULTICA_REPOS_ROOT
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user