mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-09 22:05:46 -05:00
feat(gui): Add typeshare definitions
This commit is contained in:
parent
4939d63524
commit
9b0023174b
2 changed files with 191 additions and 0 deletions
|
|
@ -5,3 +5,9 @@ This template should help get you started developing with Tauri, React and Types
|
|||
## Recommended IDE Setup
|
||||
|
||||
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
|
||||
|
||||
## Generate bindings for Tauri API
|
||||
|
||||
```bash
|
||||
typeshare --lang=typescript --output-file ./src/models/tauriModel.ts ../swap/src
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue