mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 04:58:47 +03:00
Discussion in https://github.com/chatmail/yerpc/issues/77. The necessary yerpc changes for this PR are in https://github.com/chatmail/yerpc/pull/78 This is also a preparation for #8330
7 lines
141 B
Rust
7 lines
141 B
Rust
use deltachat_jsonrpc::api::write_ts_bindings;
|
|
use std::path::Path;
|
|
|
|
fn main() {
|
|
write_ts_bindings(Path::new("typescript/generated"));
|
|
}
|