Ajusta o Prisma e o docker compose e docerfile

This commit is contained in:
LeoMortari
2025-11-30 23:53:55 -03:00
parent 467970f0ce
commit 11706fa6d8
5 changed files with 18 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(mv:*)",
"Bash(npx prisma generate)",
"Bash(pnpm install:*)"
],
"deny": [],
"ask": []
}
}