mirror of
https://github.com/tale/headplane.git
synced 2026-08-11 14:26:56 +00:00
feat: support headplane compiled without ssh
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user