24 lines
554 B
JSON
24 lines
554 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(docker-compose:*)",
|
|
"Bash(docker container prune:*)",
|
|
"Bash(npx prisma migrate dev:*)",
|
|
"Bash(npx prisma:*)",
|
|
"Bash(npm run dev)",
|
|
"Bash(timeout:*)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(npx kill-port:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(curl -I https://fonts.googleapis.com)",
|
|
"Bash(wsl:*)",
|
|
"Read(//c/Users/a931627/.ssh/**)",
|
|
"Bash(ssh-keygen:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(git remote add:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|