Files
mrp-qrcode/.claude/settings.local.json
T
jason 76308b8aa3
Build and Push Docker Image / build (push) Successful in 1m15s
stage 8-step viewer
2026-04-21 13:26:48 -05:00

16 lines
592 B
JSON

{
"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)",
"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 *)",
"Bash(npx next *)",
"Bash(npm run *)",
"Bash(node scripts/copy-viewer-assets.mjs)"
]
}
}