Files
hemx/examples/v0/build.rs
T
slhx agent 162c117a5a test(v0): use component-scoped generated APIs
Drop the v0 example's global export opt-in and update tests to use component-scoped slots and forms, matching the checked public API path.

req: component/003

req: build/001
2026-05-26 01:38:01 +02:00

4 lines
52 B
Rust

fn main() {
slhx_build::app().run().unwrap();
}