Skip to content

Commit

Permalink
remove test shell commands from starters
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Nov 26, 2024
1 parent df20649 commit 74bfbe5
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions examples/boilerplate-solid-ts/example.zebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,7 @@
"resizable": false,
"transparent": false,
"privileges": {
"shellCommands": [
{
"program": "echo",
"argsRegex": ".*"
},
{
"program": "chrome",
"argsRegex": ".*"
},
{
"program": "git",
"argsRegex": ".*"
},
{
"program": "cmd",
"argsRegex": ".*"
},
{
"program": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
"argsRegex": ".*"
},
{
"program": "powershell",
"argsRegex": ".*"
},
{
"program": "powershellaa",
"argsRegex": ".*"
}
]
"shellCommands": []
},
"presets": [
{
Expand Down

0 comments on commit 74bfbe5

Please sign in to comment.