leptos chat ui renders

This commit is contained in:
geoffsee
2025-08-31 18:50:25 -04:00
parent 2b4a8a9df8
commit 64daa77c6b
5 changed files with 536 additions and 12 deletions

View File

@@ -134,7 +134,12 @@ jobs:
- name: Add target
run: rustup target add ${{ matrix.target }}
- name: Build binary
- name: Build UI
run: cargo install --locked cargo-leptos && cd crates/chat-ui && cargo leptos build --release
env:
CARGO_TERM_COLOR: always
- name: Build Binary
run: cargo build --release --target ${{ matrix.target }} -p predict-otron-9000 -p cli
env:
CARGO_TERM_COLOR: always