fix: resolve deep search runtime symlink
Memind CI / Test, build, and release guards (pull_request) Successful in 3m48s
Memind CI / Test, build, and release guards (push) Successful in 4m2s

This commit is contained in:
john
2026-07-24 10:39:45 +08:00
parent 6573c6bee0
commit 3fd1db8c2f
2 changed files with 55 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
RUNTIME_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
SCRIPT_DIR="$(cd -P "$(dirname "$0")" && pwd -P)"
RUNTIME_ROOT="$(cd -P "${SCRIPT_DIR}/.." && pwd -P)"
RUNTIME_BASE="${DEEP_SEARCH_RUNTIME_BASE:-/Users/john/Project/deep-search-runtime}"
ENV_FILE="${DEEP_SEARCH_ENV_FILE:-${RUNTIME_BASE}/shared/.env}"