ARK-Builders / ARK-Builders/Gallery

Disable `devtools` for Release profile

Open
#26 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Svelte
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

File `src-tauri/Cargo.toml` enables `devtools`:
```
tauri = { version = "1.6.1", features = [
...
"devtools"
]}
```

We need `devtools` for having more information during testing, but it should be disabled for builds which we ship to the end-user.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with src-tauri/Cargo.toml and inspect how the Tauri features are configured for testing and release builds. Ensure shipped builds do not enable devtools while testing retains the additional information, then verify the relevant release configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust, tauri
Domain
build-system, release
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.