init Tauri

This commit is contained in:
2026-05-18 19:06:52 +02:00
parent 096bd76c21
commit e6a6949e4a
31 changed files with 5299 additions and 1930 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default"
]
}