b2e34febc1
Use bun create tauri-app to setup tauri application and make sure it is running locally Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
11 lines
220 B
JSON
11 lines
220 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default"
|
|
]
|
|
}
|