- Add support for Tauri v2.
- Parse Tauri CLI arguments from
process.argv
so now you could pass-- -t/--tauri <tauri-cli-argument>
. - Breaking change: Removed
debug
,verbose
, andtarget
config options, instead, you should pass these options as Tauri CLI arguments.