Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Bring back browser devtools in dev mode
Rūdolfs Ošiņš committed 1 month ago
commit d0763b3ab0e4c508955de0d519cd4bef2f7df737
parent 5dc0352
2 files changed +2 -1
modified crates/radicle-tauri/Cargo.toml
@@ -45,3 +45,4 @@ default = ["custom-protocol"]
# this feature is used for production builds where `devPath` points to the filesystem
# DO NOT remove this
custom-protocol = ["tauri/custom-protocol"]
+
devtools = ["tauri/devtools"]
modified package.json
@@ -6,7 +6,7 @@
  "type": "module",
  "scripts": {
    "start": "vite",
-
    "dev": "npx tauri dev -- --profile dev-without-assertions",
+
    "dev": "npx tauri dev -- --profile dev-without-assertions --features devtools",
    "start:http": "cargo run --manifest-path ./crates/test-http-api/Cargo.toml",
    "build": "vite build && scripts/copy-katex-assets && scripts/install-twemoji-assets",
    "build:http": "cargo build --manifest-path ./crates/test-http-api/Cargo.toml",