2026-01-03 14:07:04 +00:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(ls:*)",
|
|
|
|
|
"Bash(npm install:*)",
|
|
|
|
|
"Bash(npx prisma init)",
|
|
|
|
|
"Bash(npx prisma generate:*)",
|
|
|
|
|
"Bash(npm run build:*)",
|
2026-01-06 20:12:36 +00:00
|
|
|
"Bash(docker-compose up:*)",
|
2026-01-07 13:24:30 +00:00
|
|
|
"Bash(npx prisma migrate:*)",
|
|
|
|
|
"Bash(tree:*)"
|
2026-01-03 14:07:04 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|