Files
sprint/src-tauri/capabilities/default.json
Oliver Bryan f39a0dc6f8 tauri app with react+vite setup
- tailwind is needed
2025-12-08 02:30:07 +00:00

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"
]
}