mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
test: add save date cell and checkbox cell (#2167)
* test: add save date cell and checkbox cell * chore: add move field test * ci: fix tauri build
This commit is contained in:
@ -10,7 +10,7 @@ pub fn init_flowy_core() -> AppFlowyCore {
|
||||
}
|
||||
data_path.push("data");
|
||||
|
||||
std::env::set_var("RUST_LOG", "debug");
|
||||
std::env::set_var("RUST_LOG", "trace");
|
||||
let server_config = get_client_server_configuration().unwrap();
|
||||
let config = AppFlowyCoreConfig::new(
|
||||
data_path.to_str().unwrap(),
|
||||
|
Reference in New Issue
Block a user