14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm uninstall:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(npx tailwindcss init:*)",
|
|
"WebFetch(domain:pokeapi.co)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |