Add minimal tauri desktop bootstrap

This commit is contained in:
2026-02-17 21:44:55 +00:00
committed by Jon Staab
parent 985fd46243
commit 616771df0a
64 changed files with 5004 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default desktop capability for the main window",
"windows": ["main"],
"permissions": ["core:default"]
}