20 lines
452 B
JSON
20 lines
452 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2/capability",
|
|
"identifier": "remote-dev",
|
|
"description": "Remote dev server IPC access (development only)",
|
|
"windows": ["main"],
|
|
"remote": {
|
|
"urls": ["http://192.168.50.151:5173"]
|
|
},
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:allow-open",
|
|
"dialog:allow-open",
|
|
"dialog:allow-save",
|
|
"fs:allow-read",
|
|
"fs:allow-write",
|
|
"fs:allow-exists",
|
|
"fs:allow-mkdir"
|
|
]
|
|
}
|