2026-04-20 15:49:01 -05:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(npm --version)",
|
|
|
|
|
"Bash(npm install *)",
|
|
|
|
|
"Bash(DATABASE_URL=\"file:./dev.db\" npx prisma migrate dev --name init --skip-seed)",
|
|
|
|
|
"Bash(DATABASE_URL=\"file:./dev.db\" APP_SECRET=\"dev-only-change-me-dev-only-change-me-dev-only-change-me\" npx tsc --noEmit)",
|
2026-04-21 08:56:51 -05:00
|
|
|
"Bash(DATABASE_URL=\"file:./dev.db\" APP_SECRET=\"dev-only-change-me-dev-only-change-me-dev-only-change-me\" npm run build)",
|
|
|
|
|
"Bash(npx tsc *)",
|
2026-04-21 09:29:44 -05:00
|
|
|
"Bash(npx next *)",
|
|
|
|
|
"Bash(npm run *)"
|
2026-04-20 15:49:01 -05:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|