feat: ship native boss android console

This commit is contained in:
kris
2026-03-26 23:16:56 +08:00
parent 90e904814d
commit 90cb6b7ff1
261 changed files with 40051 additions and 135 deletions

8
scripts/start-local-agent.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/zsh
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
CONFIG_PATH="${1:-$ROOT_DIR/local-agent/config.example.json}"
cd "$ROOT_DIR"
exec node ./local-agent/server.mjs "$CONFIG_PATH"