mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: add tauri build config (#1717)
Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user