tauri-docs icon indicating copy to clipboard operation
tauri-docs copied to clipboard

Explain how schema files are generated by `tauri build`

Open aleclarson opened this issue 7 months ago • 0 comments

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.

aleclarson avatar Apr 05 '25 22:04 aleclarson