mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: appflowy_web build (#4302)
* chore: create web folder * fix: support lib-dispatch and notification compiling to wasm * refactor: wasm * refactor: call async evnet * chore: add web ci * ci: fix * ci: fix * ci: fix --------- Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
use flowy_derive::ProtoBuf;
|
||||
use serde::Serialize;
|
||||
use std::{fmt, fmt::Formatter};
|
||||
|
||||
#[derive(Debug, Clone, ProtoBuf, serde::Serialize)]
|
||||
#[derive(Debug, Clone, ProtoBuf, Serialize)]
|
||||
pub struct SubscribeObject {
|
||||
#[pb(index = 1)]
|
||||
pub source: String,
|
||||
|
Reference in New Issue
Block a user