feat: support headplane compiled without ssh

This commit is contained in:
Aarnav Tale
2025-10-19 15:29:13 -04:00
parent a68df033a2
commit 6eabfb7610
4 changed files with 85 additions and 47 deletions
+2 -1
View File
@@ -10,6 +10,7 @@ cd "$ROOT_DIR" || exit 1
APP_DIR="$ROOT_DIR/app"
BUILD_DIR="$ROOT_DIR/build"
PUBLIC_DIR="$ROOT_DIR/public"
BUILD_WASM=0
BUILD_APP=0
@@ -19,7 +20,7 @@ SKIP_PATH_CHECKS=0
SKIP_PNPM_PRUNE=0
APP_INSTALL_ONLY=0
WASM_OUTPUT="$APP_DIR/hp_ssh.wasm"
WASM_OUTPUT="$PUBLIC_DIR/hp_ssh.wasm"
AGENT_OUTPUT="$BUILD_DIR/hp_agent"
FAKE_SHELL_OUTPUT="$BUILD_DIR/hp_fake_sh"