Skip to content

Commit

Permalink
Solved the sidecar from javascript problem
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyonicbytes committed Jan 31, 2024
1 parent 0d2ffb8 commit ba8b5a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tauri-postgres/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"tauri": {
"allowlist": {
"all": false,
"shell":{
"shell": {
"scope": [
{ "name": "./ollama", "sidecar": true }
{ "name": "ollama", "sidecar": true }
],
"sidecar": true
}
},
"bundle": {
"externalBin": [
"./ollama"
"ollama"
],
"active": true,
"category": "DeveloperTool",
Expand Down

0 comments on commit ba8b5a3

Please sign in to comment.