12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(ls:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx prisma init)",
|
|
"Bash(npx prisma generate:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(docker-compose up:*)"
|
|
]
|
|
}
|
|
}
|