Files
minimax/build.sh
2025-11-01 11:13:34 -07:00

13 lines
237 B
Bash

set -e
cd rust/rhai-codemirror
wasm-pack build --target web --out-dir "../../webui/src/wasm/rhai-codemirror";
cd ../..
cd rust/runner
wasm-pack build --target web --out-dir "../../webui/src/wasm/runner";
cd ../..
cd webui
bun install