tauri-docs
tauri-docs copied to clipboard
Explain how schema files are generated by `tauri build`
https://tauri.app/security/capabilities/#schema-files
While setting up a new Tauri project, I was confused why my src-tauri/capabilities/default.json file was pointing to a non-existent $schema. Apparently, I need to run tauri build to generate the schema? This should be documented.