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