mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* fix(cli.rs): remove startup delay in `tauri dev` * change timeout [skip ci] Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
251 B
251 B
cli.rs, cli.js
| cli.rs | cli.js |
|---|---|
| patch | patch |
- Remove startup delay in
tauri devcaused by checking for a newer cli version. The check is now done upon process exit. - Add
TAURI_SKIP_UPDATE_CHECKenv variable to skip checking for a newer CLI version.