Files
Nitro-V3/.claude/settings.local.json
T
2026-03-15 12:45:54 +01:00

31 lines
1.4 KiB
JSON

{
"permissions": {
"allow": [
"Bash(cp -r nitro3_temp/* nitro3/)",
"Bash(cp -r nitro3_temp/.* nitro3/)",
"Bash(rm -rf nitro3_temp)",
"Bash(yarn install:*)",
"Bash(find /E/www/habbo-next/public/nitro3 -type f -iname *furni*editor*)",
"Bash(mkdir -p /e/www/habbo-next/public/nitro3/src/components/furni-editor/views)",
"Bash(mkdir -p /e/www/habbo-next/public/nitro3/src/hooks/furni-editor)",
"Bash(find /e/www/habbo-next/src -type f \\\\\\(-name *client* \\\\\\))",
"Bash(grep -E \"\\\\.\\(tsx|ts|jsx|js\\)$\")",
"Bash(ls -la /e/www/habbo-next/src/app/[locale]/\\\\\\(client\\\\\\)/)",
"Bash(grep -r \"NITRO_URL\\\\|/client\" /e/www/habbo-next/.env*)",
"Bash(grep -r \"NEXT\\\\|API_URL\\\\|BASE_URL\\\\|apiUrl\" /e/www/habbo-next/public/nitro3/src/ --include=*.ts --include=*.tsx -l)",
"Bash(find /e/www/habbo-next/src/lib -name *catalog* -o -name *furni*)",
"Bash(npx tsc:*)",
"Bash(npx next:*)",
"Bash(find /e/www/habbo-next -name *.prisma -o -name schema.prisma)",
"Bash(pushd E:/www/habbo-next)",
"Bash(popd)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(find /e/www/habbo-next/src/app -type f -path *catalog*)",
"Bash(echo \"EXIT:$?\")",
"Bash(find /E/www/habbo-next/src -type f -name *prisma*)"
]
}
}