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

225 B

tauri-utils, tauri-codegen, tauri
tauri-utils tauri-codegen tauri
minor:feat minor:feat 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.