Files
rack-planner/.claude/settings.local.json

16 lines
400 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:*)",
"Bash(engine response\" error at migrate/startup time:*)"
]
}
}