mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-22 20:23:09 +00:00
cda8bb24f1
* remove native and web features from dioxus-html * Fix downcasting web events * Fix desktop with tokio disabled
7 lines
232 B
Rust
7 lines
232 B
Rust
fn main() {
|
|
// If any TS files change, re-run the build script
|
|
lazy_js_bundle::LazyTypeScriptBindings::new()
|
|
.with_watching("./src/ts")
|
|
.with_binding("./src/ts/eval.ts", "./src/js/eval.js")
|
|
.run();
|
|
}
|