feat: add `size` to invoke_handler

pull/2095/head
ayang 8 months ago
parent c1ccab398b
commit c07a61fc90
No known key found for this signature in database
GPG Key ID: 7CF0B972091D5C0C

@ -417,6 +417,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R, Option<config::Config>> {
commands::write_file,
commands::write_text_file,
commands::exists,
commands::size,
#[cfg(feature = "watch")]
watcher::watch,
#[cfg(feature = "watch")]

Loading…
Cancel
Save