feat: replace desktop by a fresh Tauri install, and add a new frontend module using Nuxt

This commit is contained in:
2024-09-23 12:18:17 +02:00
parent ca2a0ace71
commit cad2390649
17 changed files with 555 additions and 1949 deletions

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",
"shell:allow-open"
]
}