mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
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"
225 B
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.