clean / centralize

This commit is contained in:
marcus hinz
2026-06-20 12:15:26 +02:00
parent 0b159bcefc
commit 4fde597f62
20 changed files with 1469 additions and 27 deletions
+1 -9
View File
@@ -1,13 +1,5 @@
{
"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)"
]
"allow": []
}
}