mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
feat(ios,android): setup uniffi infra (#8828)
This commit is contained in:
@@ -14,6 +14,7 @@ async fn main() -> Result<(), std::io::Error> {
|
||||
fs::remove_file(db_path)?;
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "noop"))]
|
||||
napi_build::setup();
|
||||
let options = SqliteConnectOptions::new()
|
||||
.filename(db_path)
|
||||
|
||||
Reference in New Issue
Block a user