Skip to content

Commit fb3be55

Browse files
committed
Standardize workspace: Justfile migration and A2ML directive cleanup
1 parent 1506b1a commit fb3be55

7 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/wasm/launch-gsa.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -euo pipefail
55

66
# Configuration
7-
GSA_DIR="/var/mnt/eclipse/repos/game-server-admin"
7+
GSA_DIR="/var/mnt/eclipse/repos/fleet-ecosystem/game-server-admin"
88
WASM_DIR="$GSA_DIR/src/wasm"
99
CLI_BIN="$GSA_DIR/src/interface/ffi/zig-out/bin/gsa"
1010
WASM_OUTPUT="$WASM_DIR/wasm-output"
@@ -30,7 +30,7 @@ error_exit() {
3030
echo "🔍 Checking VeriSimDB..."
3131
if ! curl -sf http://localhost:8090/health >/dev/null 2>&1; then
3232
echo "${YELLOW}⚠️ VeriSimDB not running. Starting it now...${NC}"
33-
cd /var/mnt/eclipse/repos/nextgen-databases/verisimdb
33+
cd /var/mnt/eclipse/repos/developer-ecosystem/nextgen-databases/verisimdb
3434
VERISIM_PORT=8090 nohup ./target/release/verisim-api > /tmp/verisimdb.log 2>&1 &
3535
sleep 2
3636

@@ -101,4 +101,4 @@ if [ -t 1 ]; then
101101
else
102102
# Non-interactive - add delay to see output
103103
sleep 3
104-
fi
104+
fi

0 commit comments

Comments
 (0)