mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
`--dev` is not a valid option for `tauri` cli; instead, we should use `-- dev` or just `dev`. Also, we can just use `tauri dev` for all package managers so we don't need to do the npm checking.