forked from akai/readest
feat(database): add platform-agnostic schema migration system (#3485)
This commit is contained in:
@@ -153,6 +153,8 @@ pub fn run() {
|
||||
.plugin(
|
||||
tauri_plugin_log::Builder::new()
|
||||
.level(log::LevelFilter::Info)
|
||||
.level_for("tracing", log::LevelFilter::Warn)
|
||||
.level_for("tantivy", log::LevelFilter::Warn)
|
||||
.build(),
|
||||
)
|
||||
.plugin(tauri_plugin_websocket::init())
|
||||
|
||||
Reference in New Issue
Block a user