feat: Add 'Bash(npx prisma generate:*)' permission to settings.local.json

This commit is contained in:
2025-12-29 21:45:15 +00:00
parent 75de014884
commit d3f4d6b8d4

View File

@@ -7,7 +7,8 @@
"Bash(npm run test:unit:*)",
"Bash(npm install:*)",
"Bash(xargs:*)",
"Bash(npm run db:generate:*)"
"Bash(npm run db:generate:*)",
"Bash(npx prisma generate:*)"
]
}
}