21 lines
469 B
JSON
21 lines
469 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"WebSearch",
|
|
"WebFetch(domain:labs.convex.dev)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm uninstall:*)",
|
|
"Bash(npm init:*)",
|
|
"Bash(node -e:*)",
|
|
"Bash(npx convex dev:*)",
|
|
"Bash(npx convex:*)",
|
|
"Bash(npx @convex-dev/auth:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(npx vite build:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(npx -y esbuild:*)",
|
|
"WebFetch(domain:gist.github.com)"
|
|
]
|
|
}
|
|
}
|