mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 21:53:59 +03:00
bbabc8cd1e
* 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 |
---|---|
patch | patch |
- Remove startup delay in
tauri dev
caused by checking for a newer cli version. The check is now done upon process exit. - Add
TAURI_SKIP_UPDATE_CHECK
env variable to skip checking for a newer CLI version.