Skip to content

Commit 92bddf1

Browse files
authored
Update isolation.md to fix outdated tauri.conf.json snippet (#2867)
1 parent 897c704 commit 92bddf1

File tree

1 file changed

+7
-5
lines changed
  • src/content/docs/concept/Inter-Process Communication

1 file changed

+7
-5
lines changed

src/content/docs/concept/Inter-Process Communication/isolation.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,13 @@ Let's assume that our main frontend `distDir` is set to `../dist`. We also outpu
9393
"build": {
9494
"distDir": "../dist"
9595
},
96-
"tauri": {
97-
"pattern": {
98-
"use": "isolation",
99-
"options": {
100-
"dir": "../dist-isolation"
96+
"app": {
97+
"security": {
98+
"pattern": {
99+
"use": "isolation",
100+
"options": {
101+
"dir": "../dist-isolation"
102+
}
101103
}
102104
}
103105
}

0 commit comments

Comments
 (0)