- Replace ADMIN_PASSWORD_HASH with ADMIN_PASSWORD in auth route and docker-compose - Remove bcryptjs / @types/bcryptjs dependencies - Delete scripts/hashPassword.ts (no longer needed) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install:*)",
|
|
"Bash(mkdir -p data)",
|
|
"Bash(DATABASE_URL=\"file:./data/rackmapper.db\" npx prisma migrate dev --name init)",
|
|
"Bash(npx prisma:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(npm uninstall:*)",
|
|
"Bash(git add:*)"
|
|
]
|
|
}
|
|
}
|