16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(test:*)",
|
|
"Bash(if exist node_modules rmdir /s /q node_modules)",
|
|
"Bash(if exist:*)",
|
|
"Bash(if exist yarn.lock del:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx next:*)",
|
|
"Bash(npm run dev:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|