22 lines
594 B
JSON
22 lines
594 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:*)",
|
|
"Bash(pnpm db:generate:*)",
|
|
"Bash(DATABASE_URL=\"postgresql://fedjens@localhost:5432/eyrun_test\" JWT_SECRET=\"test-secret-that-is-at-least-32-characters-long\" pnpm db:migrate:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(curl:*)"
|
|
]
|
|
}
|
|
}
|