mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-13 20:42:39 +00:00
23 lines
498 B
JSON
23 lines
498 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(uv sync:*)",
|
|
"Bash(uv run pytest:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(ruff check:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(mypy:*)",
|
|
"WebFetch(domain:localhost)",
|
|
"Bash(npm create:*)",
|
|
"Bash(npm install)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx tailwindcss init:*)",
|
|
"Bash(./node_modules/.bin/tailwindcss:*)",
|
|
"Bash(npm run build:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|