33 lines
829 B
JSON
33 lines
829 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npx @nestjs/cli new:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx prisma:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm run test:unit:*)",
|
|
"Bash(npm test:*)",
|
|
"Bash(npm run test:e2e:mock:*)",
|
|
"Bash(docker info:*)",
|
|
"Bash(where:*)",
|
|
"Bash(npx ts-node:*)",
|
|
"Bash(node -e:*)",
|
|
"Bash(npm run test:all:*)",
|
|
"Bash(wsl docker info:*)",
|
|
"Bash(npx dotenv:*)",
|
|
"Bash(wsl docker ps:*)",
|
|
"Bash(wsl bash:*)",
|
|
"Bash(set \"PRISMA_USER_CONSENT_FOR_DANGEROUS_AI_ACTION=yes\")",
|
|
"Bash(wsl docker logs:*)",
|
|
"Bash(wsl hostname:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(powershell -Command:*)",
|
|
"Bash(git add:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|