Files
stepview/.claude/settings.local.json
T
2026-04-22 15:47:27 -05:00

14 lines
474 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install *)",
"Bash(npm --version)",
"Bash(npx tsc *)",
"Bash(npx vite *)",
"Bash(timeout 8 npx tsx src/server/app.ts)",
"Bash(node -e \"import\\('occt-import-js'\\).then\\(m => { console.log\\('occt-import-js loaded OK, keys:', Object.keys\\(m\\)\\) }\\).catch\\(e => console.error\\('FAIL:', e.message\\)\\)\")",
"Bash(timeout 8 npx tsx --env-file=.env src/server/app.ts)"
]
}
}