4 lines
251 B
Markdown
4 lines
251 B
Markdown
- always check with `cargo clippy` and fix the issues
|
|
- always do a final `cargo +nightly fmt` after you're done with all changes
|
|
- use `cargo tauri build --debug --no-bundle` if you need to build the frontend (a.k.a. `lanspread-tauri-deno-ts` crate)
|