fix: remove dangling debug_assertions attribute causing release build failure

main
I Luk Kim 3 weeks ago
parent 3b8e50ac6f
commit 0a4dd7f1a2

@ -138,12 +138,6 @@ async fn get_or_create_harvester(
}
}
// Debug builds only: open the Web Inspector for the harvester so its
// console/DOM can be inspected directly — useful while tuning the
// collector heuristics.
#[cfg(debug_assertions)]
Ok(win)
}

@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "tauri-app",
"productName": "Mana Viewer",
"version": "0.1.0",
"identifier": "com.manaviewer.app",
"build": {

Loading…
Cancel
Save