1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"permissions": {
"allow": [
"Bash(pnpm dev)",
"Bash(pnpm build)",
"Bash(pnpm postbuild)",
"Bash(pnpm preview)",
"Bash(pnpm lint)",
"Bash(pnpm format)",
"Bash(pnpm format:*)",
"Bash(pnpm check)",
"Bash(pnpm install)",
"Bash(git *)",
"WebFetch(domain:docs.joinmastodon.org)",
"Bash(python3:*)",
"Bash(node:*)",
"Bash(pnpm import:mastodon:*)",
"Bash(pnpm build:*)"
],
"deny": []
}
}
|