mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
31 lines
1.4 KiB
JSON
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*)"
|
|
]
|
|
}
|
|
}
|