Skip to content

Commit 895a8bf

Browse files
committed
feat: just run → deno run --allow-all run.js; rename binary run to run-admin
1 parent 52d27a1 commit 895a8bf

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Justfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,12 @@ lint:
517517
# RUN & EXECUTE
518518
# ═══════════════════════════════════════════════════════════════════════════════
519519

520-
# Run the application
521-
run *args: build-ffi
520+
# Launch GSA (platform-detect, self-heal, git cycle)
521+
run:
522+
deno run --allow-all run.js
523+
524+
# Run the GSA binary directly (status probe, config, etc.)
525+
run-admin *args: build-ffi
522526
GSA_VERISIMDB_URL="${GSA_VERISIMDB_URL:-http://localhost:8090}" \
523527
GSA_PROFILES_DIR="${GSA_PROFILES_DIR:-./profiles}" \
524528
./src/interface/ffi/zig-out/bin/gsa {{args}}

0 commit comments

Comments
 (0)