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"
8 lines
225 B
Markdown
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.
|