18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pnpm init:*)",
|
|
"Bash(pnpm add:*)",
|
|
"Bash(npx --yes json:*)",
|
|
"Bash(pnpm install:*)",
|
|
"Bash(pnpm build:*)",
|
|
"Bash(pg_isready:*)",
|
|
"Bash(pnpm db:migrate:*)",
|
|
"Bash(psql:*)",
|
|
"Bash(pnpm test:*)",
|
|
"Bash(pnpm vitest run:*)",
|
|
"Bash(npx tsc:*)"
|
|
]
|
|
}
|
|
}
|