Exotik850
Exotik850
I think it might be better to have commands that are run whenever `dx serve` is run to be set in `Dioxus.toml` similar to how tauri uses `npm run dev`...
My apologies, should've tried the main branch instead of just trying the release 😅
The templates are getting serialized at [hot-reload/src/file_watcher.rs](https://github.com/DioxusLabs/dioxus/blob/master/packages/hot-reload/src/file_watcher.rs) > `if let Ok(msg) = serde_json::to_string(&msg)` Simple change would be to `if let Ok(msg) = serde_json_fmt::JsonFormat::new().ascii(true).format_to_string(&msg)` if I'm not mistaken but I can't...
Any update for this?
Is there any work left to be done for this? Would be quite useful for many applications