project-bifrost-platform/.claude/settings.local.json
2026-04-18 22:54:25 +02:00

17 lines
464 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:api.anthropic.com)",
"Bash(pnpm --version)",
"Bash(git init *)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(export PATH=\"$HOME/.nvm/versions/node/v22.22.2/bin:$HOME/.local/share/pnpm:$PATH\")",
"Bash(pnpm install *)",
"Bash(node scripts/migrate.js)",
"Bash(node scripts/seed.js)",
"Bash(pnpm typecheck *)",
"Bash(pnpm build *)"
]
}
}