20 lines
782 B
JSON
20 lines
782 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pnpm --filter @ordinarthur-os/db build)",
|
|
"Bash(pnpm --filter @ordinarthur-os/db tsc --noEmit)",
|
|
"Bash(pnpm --filter @ordinarthur-os/api add tsconfig-paths)",
|
|
"Read(//private/tmp/test_ts/pkg/**)",
|
|
"Bash(node -e \"const m = require\\('./a.ts'\\); console.log\\('CJS require result:', m\\);\")",
|
|
"Bash(pnpm --filter @ordinarthur-os/db migrate)",
|
|
"Bash(pnpm --filter @ordinarthur-os/shared build)",
|
|
"Bash(pnpm --filter @ordinarthur-os/shared typecheck)",
|
|
"Bash(pnpm --filter @ordinarthur-os/api typecheck)",
|
|
"Bash(pnpm --filter @ordinarthur-os/pwa typecheck)",
|
|
"Bash(pnpm -r typecheck)",
|
|
"Bash(pnpm --filter pwa build)",
|
|
"Bash(pnpm --filter api build)"
|
|
]
|
|
}
|
|
}
|