You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 runtauri build
to generate the schema? This should be documented.The text was updated successfully, but these errors were encountered: