18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet new:*)",
|
|
"Bash(dotnet sln:*)",
|
|
"Bash(dotnet add:*)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(dotnet tool:*)",
|
|
"Bash(dotnet ef:*)",
|
|
"Bash(timeout 8 dotnet run)",
|
|
"Bash(npm create:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm run:*)",
|
|
"Bash(npx playwright:*)"
|
|
]
|
|
}
|
|
}
|