chore: add tauri build config (#1717)

Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
Nathan.fooo
2023-01-17 21:54:25 +08:00
committed by GitHub
parent f64346c955
commit ceb39a4fd9
5 changed files with 69 additions and 46 deletions

View File

@ -8,10 +8,9 @@ mod init;
mod request;
use event::*;
use flowy_core::FlowySDK;
use init::*;
use request::*;
use tauri::{Manager, State};
use tauri::Manager;
fn main() {
let sdk = init_flowy_core();