14 lines
492 B
JSON
14 lines
492 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(xargs -I {} find {} -type f \\\\\\( -name \"*.ts\" -o -name \"*.tsx\" -o -name \"*.js\" -o -name \"*.vue\" \\\\\\))",
|
|
"Bash(xargs cat)",
|
|
"Bash(xargs ls -la)",
|
|
"Bash(xargs -I {} sh -c 'echo \"=== {} ===\" && cat {}')",
|
|
"Bash(xargs -I {} bash -c 'echo \"=== {} ===\" && cat {}')",
|
|
"Bash(xargs ls -lh)",
|
|
"Bash(PATH=/home/marcuh/git/adesso-cpq/packages/blast/node_modules/.bin:__TRACKED_VAR__ tsup)"
|
|
]
|
|
}
|
|
}
|