Skip to content

Instantly share code, notes, and snippets.

@Yoncity
Last active September 25, 2022 19:04
Show Gist options
  • Save Yoncity/1d3e404fe38ed4715b4a93e9ffe4e680 to your computer and use it in GitHub Desktop.
Save Yoncity/1d3e404fe38ed4715b4a93e9ffe4e680 to your computer and use it in GitHub Desktop.
simple-note-app-v1 tauri.conf.json
"allowlist": {
"dialog": {
"save": true
},
"fs": {
"writeFile": true,
"removeFile": true,
"readFile": true,
"scope": ["$DOCUMENT/*", "$DESKTOP/*"]
},
"path": {
"all": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment