17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm create:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npx eslint:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(python:*)",
|
|
"Bash(pip --version:*)",
|
|
"Bash(pip install:*)",
|
|
"Bash(npx vite build:*)"
|
|
]
|
|
}
|
|
}
|