mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-28 13:34:18 +03:00
aaecb6a72e
* refactor: made `tauri::dev` as constant function this enables the `tauri::dev()` can be used as const or static * is_dev && change files --------- Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
97 B
97 B
tauri |
---|
patch:breaking |
Renamed dev
function to is_dev
and marked it as const fn