mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* refactor(core): enhance app rerun-if-changed for capabilities and frontend dist * always rerun-if-changed=capabilities * fix todo * rerun if plugin permissions change * add change files
7 lines
154 B
JSON
7 lines
154 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "app",
|
|
"permissions": ["event:default", "window:default"],
|
|
"windows": ["main"]
|
|
}
|