WIP: setup tauri application

Use bun create tauri-app to setup tauri application and make sure it is running locally

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2025-06-11 07:56:23 +03:00
parent 2098fb6355
commit b2e34febc1
39 changed files with 5731 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"
]
}