Initial frontend setup with Tauri React and Tailwind

This commit is contained in:
litoral05
2026-05-20 09:28:19 +01:00
commit b38c374a81
40 changed files with 8424 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"opener:default"
]
}