mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git mv:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(find:*)",
|
|
"Bash(npm run test:unit:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(xargs:*)",
|
|
"Bash(npm run db:generate:*)",
|
|
"Bash(npx prisma generate:*)",
|
|
"Bash(DATABASE_URL=\"file:./dev.db\" npx prisma generate:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(xargs git rm:*)",
|
|
"Bash(bun add:*)",
|
|
"Bash(bun install:*)",
|
|
"Bash(test -f:*)",
|
|
"Bash(bun run typecheck:*)",
|
|
"Bash(bun run test:unit:*)",
|
|
"Bash(echo:*)",
|
|
"Bash(npx prisma validate:*)",
|
|
"Bash(npm run typecheck:*)",
|
|
"Bash(npm run lint)",
|
|
"Bash(npm audit:*)",
|
|
"Bash(bun run lint)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(bun audit:*)",
|
|
"Bash(git restore:*)",
|
|
"Bash(bunx playwright:*)",
|
|
"Bash(timeout 30 bun run build:*)",
|
|
"Bash(bun run lint:fix:*)",
|
|
"Bash(bun run format:*)",
|
|
"Bash(while read file)",
|
|
"Bash(do eslint:*)",
|
|
"Bash(done)",
|
|
"Bash(eslint:*)",
|
|
"Bash(bunx eslint:*)",
|
|
"Bash(bun test:*)",
|
|
"Bash(136*100/234)",
|
|
"Bash(\")",
|
|
"Bash(python3:*)"
|
|
]
|
|
}
|
|
}
|