Initial commit from template

This commit is contained in:
Lumina
2025-12-23 04:19:57 +01:00
commit b3d8fe8dfe
76 changed files with 10491 additions and 0 deletions

23
.claude/settings.json Normal file
View File

@@ -0,0 +1,23 @@
{
"permissions": {
"allow": [
"Bash(pnpm *)",
"Bash(npm *)",
"Bash(npx *)",
"Bash(docker *)",
"Bash(docker-compose *)",
"Bash(git *)",
"Bash(curl *)",
"Bash(ls *)",
"Bash(cat *)",
"Bash(mkdir *)",
"Bash(cp *)",
"Bash(mv *)",
"WebSearch"
],
"deny": [
"Bash(rm -rf /)",
"Bash(sudo *)"
]
}
}