Restructure: move clients/openrpc to client/ and clients/admin-ui to ui/

This commit is contained in:
Timur Gordon
2025-11-06 14:07:55 +01:00
parent af5cd30516
commit 4a5f19e091
38 changed files with 43 additions and 11 deletions

View File

@@ -204,7 +204,7 @@ cargo build --release
cargo build --release --features openrpc
# Build client library
cd clients/openrpc
cd client
cargo build --release
```