Skip to content

Commit

Permalink
Fix installing plugins when volta is used when using yarn dev
Browse files Browse the repository at this point in the history
  • Loading branch information
abrenneke committed Mar 22, 2024
1 parent 8da484a commit c9ca295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ fn main() {
eprintln!("Error fixing $PATH: {}", err);
}

std::env::remove_var("_VOLTA_TOOL_RECURSION");

tauri::Builder::default()
.plugin(tauri_plugin_persisted_scope::init())
.plugin(tauri_plugin_window_state::Builder::default().build())
Expand Down

0 comments on commit c9ca295

Please sign in to comment.