20 lines
411 B
JSON
20 lines
411 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(Select-Object -First 50)",
|
|
"Bash(find:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx prisma generate:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npx prisma migrate dev:*)",
|
|
"Bash(copy:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(powershell:*)",
|
|
"Bash(npm run lint)",
|
|
"Bash(git add:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|