18 lines
561 B
JSON
18 lines
561 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 *)",
|
|
"Bash(identify /home/jonathan/Documents/DEV/Project-Bifrost/public/innofounder-logo.png)"
|
|
]
|
|
}
|
|
}
|