mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: ref view in document (#2685)
* fix: remove set ref view in document as the current view * ci: fix tests * ci: fix tauri build
This commit is contained in:
@ -11,7 +11,7 @@ pub struct AppFlowyEnv {
|
||||
impl AppFlowyEnv {
|
||||
pub fn parser(env_str: &str) {
|
||||
if let Ok(env) = serde_json::from_str::<AppFlowyEnv>(env_str) {
|
||||
dbg!(&env);
|
||||
tracing::trace!("{:?}", env);
|
||||
env.supabase_config.write_env();
|
||||
env.supabase_db_config.write_env();
|
||||
}
|
||||
|
Reference in New Issue
Block a user