Update build and test scripts to handle all three crates (core, client, ui)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
[workspace]
|
||||
members = ["core", "client", "ui"]
|
||||
members = ["core", "client"]
|
||||
exclude = ["ui"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# Note: The UI crate is excluded from the workspace because it targets wasm32-unknown-unknown
|
||||
# and requires WASM-specific features. Build it separately with: cd ui && trunk build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user