28 lines
762 B
JSON
28 lines
762 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:*)",
|
|
"WebFetch(domain:polar.sh)",
|
|
"Bash(printf:*)",
|
|
"Bash(kill:*)",
|
|
"Bash(node -e:*)",
|
|
"Bash(timeout 5 pnpm dev:*)",
|
|
"Bash(gtimeout:*)"
|
|
]
|
|
}
|
|
}
|