Files
tauri/.changes/capability-dev-only.md
Lucas Nogueira 9ed714334a feat(core): add capability devOnly field
a dev environment might need particular scope configurations (such as allowing a localhost API). This change allows marking a whole capability file as "dev only"
2025-04-18 09:45:57 -03:00

8 lines
225 B
Markdown

---
"tauri-utils": minor:feat
"tauri-codegen": minor:feat
"tauri": minor:feat
---
Added `devOnly` option to the capability that lets you define a capability only for development - for instance to allow local APIs in scopes.