This website requires JavaScript.
Explore
Help
Sign In
toeverything
/
AFFiNE
Watch
1
Star
1
Fork
0
You've already forked AFFiNE
mirror of
https://github.com/toeverything/AFFiNE.git
synced
2024-12-22 19:11:32 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8c24f2b906
AFFiNE
/
packages
/
frontend
/
native
/
build.rs
6 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
feat(native): move sqlite operation into Rust (#2497) Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-06-07 09:52:19 +03:00
#[
tokio::main
]
async
fn
main
(
)
->
Result
<
(
)
,
std
::
io
::
Error
>
{
feat(client): add octobase-node to electron (#1672) Co-authored-by: Himself65 <himself65@outlook.com>
2023-03-27 09:59:36 +03:00
napi_build
::
setup
(
)
;
feat(native): provide FSWatcher
2023-05-10 12:16:48 +03:00
Ok
(
(
)
)
feat(client): add octobase-node to electron (#1672) Co-authored-by: Himself65 <himself65@outlook.com>
2023-03-27 09:59:36 +03:00
}
Reference in New Issue
Copy Permalink