Bring back browser devtools in dev mode
When we switched off debug-assertions in the backend it inadvertently also disabled browser devtools in the app. We need those in dev mode to debug things, this brings them back.
2 files changed
+2
-1
5dc03525
→
d0763b3a
modified crates/radicle-tauri/Cargo.toml
@@ -45,3 +45,4 @@ default = ["custom-protocol"]
|
|
|
|
|
|
| + | |
modified package.json
@@ -6,7 +6,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|