We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d27a1 commit 895a8bfCopy full SHA for 895a8bf
1 file changed
Justfile
@@ -517,8 +517,12 @@ lint:
517
# RUN & EXECUTE
518
# ═══════════════════════════════════════════════════════════════════════════════
519
520
-# Run the application
521
-run *args: build-ffi
+# Launch GSA (platform-detect, self-heal, git cycle)
+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
526
GSA_VERISIMDB_URL="${GSA_VERISIMDB_URL:-http://localhost:8090}" \
527
GSA_PROFILES_DIR="${GSA_PROFILES_DIR:-./profiles}" \
528
./src/interface/ffi/zig-out/bin/gsa {{args}}
0 commit comments