chore: add justfile for development workflow

This commit is contained in:
Ryan Walters
2025-10-24 00:17:04 -05:00
parent cd8feeabd2
commit 22d73fabfd
2 changed files with 38 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"dev": "vite",
"build": "pnpm generate-types && tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"tauri": "tauri",
"generate-types": "cargo test --manifest-path src-tauri/Cargo.toml -- --test export_bindings"
},