forked from coracle/flotilla
c970038943
Adds a minimal Tauri desktop bootstrap. Run with: pnpm run tauri:dev Reviewed-on: coracle/flotilla#66 Co-authored-by: triesap <tyson@radroots.org> Co-committed-by: triesap <tyson@radroots.org>
8 lines
206 B
JSON
8 lines
206 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default desktop capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": ["core:default"]
|
|
}
|