feat: ship native boss android console
This commit is contained in:
8
scripts/start-local-agent.sh
Executable file
8
scripts/start-local-agent.sh
Executable 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"
|
||||
Reference in New Issue
Block a user