Implement router provisioning lifecycle and deployment UI

This commit is contained in:
litoral05
2026-05-06 10:22:21 +01:00
parent 20a0dbe794
commit 90bfc090bd
21 changed files with 1380 additions and 268 deletions
+8 -3
View File
@@ -2,9 +2,14 @@
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"windows": [
"main"
],
"permissions": [
"core:default",
"opener:default"
"opener:default",
"dialog:default",
"fs:default",
"fs:allow-write-file"
]
}
}