mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 04:01:29 +03:00
6 lines
97 B
Rust
6 lines
97 B
Rust
#[tokio::main]
|
|
async fn main() -> Result<(), std::io::Error> {
|
|
napi_build::setup();
|
|
Ok(())
|
|
}
|