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
Copy file name to clipboardExpand all lines: docs/api/config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Configuration
2
2
3
-
The tauri.conf.json is a file generated by the [`tauri init`](https://tauri.studio/v1/api/cli#init) command that lives in your Tauri application source directory (src-tauri).
3
+
The tauri.conf.json is a file generated by the [`tauri init`](https://tauri.app/v1/api/cli#init) command that lives in your Tauri application source directory (src-tauri).
4
4
5
5
Once generated, you may modify it at will to customize your Tauri application.
6
6
@@ -496,7 +496,7 @@ Type: `object`
496
496
| <divclassName="anchor-with-padding"id="shellallowlistconfig.scope">`scope`<aclass="hash-link"href="#shellallowlistconfig.scope"></a></div> |[`ShellAllowlistScope`](#shellallowlistscope)|[]| Access scope for the binary execution APIs. Sidecars are automatically enabled. |
497
497
| <divclassName="anchor-with-padding"id="shellallowlistconfig.all">`all`<aclass="hash-link"href="#shellallowlistconfig.all"></a></div> |`boolean`|`false`| Use this flag to enable all shell API features. |
| <divclassName="anchor-with-padding"id="shellallowlistconfig.sidecar">`sidecar`<aclass="hash-link"href="#shellallowlistconfig.sidecar"></a></div> |`boolean`|`false`| Enable sidecar execution, allowing the JavaScript layer to spawn a sidecar command, an executable that is shipped with the application. For more information see <https://tauri.studio/v1/guides/building/sidecar>. |
499
+
| <divclassName="anchor-with-padding"id="shellallowlistconfig.sidecar">`sidecar`<aclass="hash-link"href="#shellallowlistconfig.sidecar"></a></div> |`boolean`|`false`| Enable sidecar execution, allowing the JavaScript layer to spawn a sidecar command, an executable that is shipped with the application. For more information see <https://tauri.app/v1/guides/building/sidecar>. |
500
500
| <divclassName="anchor-with-padding"id="shellallowlistconfig.open">`open`<aclass="hash-link"href="#shellallowlistconfig.open"></a></div> |[`ShellAllowlistOpen`](#shellallowlistopen)|`false`| Open URL with the user's default application. |
0 commit comments