Initial commit

This commit is contained in:
s4luorth
2026-02-07 13:04:04 +01:00
commit 5e0fceab15
82 changed files with 30348 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(npm install:*)",
"Bash(npm run test:separator:*)",
"Bash(node test-scriptalizer.js:*)",
"Bash(node:*)",
"Bash(curl:*)",
"Bash(python -m json.tool:*)",
"Bash(bash:*)",
"Bash(pkill:*)",
"Bash(tree:*)",
"Bash(wc:*)",
"Bash(dir:*)",
"Bash(taskkill:*)",
"Bash(rsync:*)",
"Bash(cat:*)",
"Bash(npm run dev:*)",
"Bash(findstr:*)"
]
}
}