Warp to Galaxy internal rebrand

This commit is contained in:
2026-08-27 00:29:21 -05:00
parent d72874534d
commit a69b927cc3
108 changed files with 395 additions and 2098 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ WASM_BINDGEN_VERSION="$(cargo metadata --format-version 1 | jq -rc '.packages[]
cargo install wasm-bindgen-cli --version "$WASM_BINDGEN_VERSION"
# We source the bundle script so we can access its calculated $OUT_DIR.
source ./script/wasm/bundle --debug --no-split --channel local "$@"
source ./script/wasm/bundle --debug --no-split --channel oss "$@"
BUNDLE_DIR="$(dirname "$OUT_DIR")"