We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897c704 commit 92bddf1Copy full SHA for 92bddf1
src/content/docs/concept/Inter-Process Communication/isolation.md
@@ -93,11 +93,13 @@ Let's assume that our main frontend `distDir` is set to `../dist`. We also outpu
93
"build": {
94
"distDir": "../dist"
95
},
96
- "tauri": {
97
- "pattern": {
98
- "use": "isolation",
99
- "options": {
100
- "dir": "../dist-isolation"
+ "app": {
+ "security": {
+ "pattern": {
+ "use": "isolation",
+ "options": {
101
+ "dir": "../dist-isolation"
102
+ }
103
}
104
105
0 commit comments