f1d03fc96a1263ab6688b84cfa5e0ab89ce7fcf6
friend field to be optional (frontend bug fix, not that I have
no friends)
Friendolls (Desktop)
This repository contins source for Friendolls desktop app. Will add more info when the app scales.
Run the following command in project root after changes to models on Rust side to generate TypeScript type bindings from Rust models
# average unix shells
TS_RS_EXPORT_DIR="../src/types/bindings" cargo test export_bindings --manifest-path="./src-tauri/Cargo.toml"
# powershell
$Env:TS_RS_EXPORT_DIR = "../src/types/bindings"; cargo test export_bindings --manifest-path="./src-tauri/Cargo.toml"
To the gods of programming, please grant me the perseverance to push through and get this app into production 🙏
Description
Languages
Rust
64.7%
Svelte
22.1%
TypeScript
10.6%
HTML
1.3%
CSS
0.9%
Other
0.4%