Files
stepview/.claude/settings.local.json
jason e31023505f
Build and Push Docker Image / build (push) Successful in 13s
model tree fix 2
2026-04-23 14:15:10 -05:00

16 lines
590 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)",
"Bash(del \"D:\\\\REMOTE CODING\\\\stepview\\\\.gitea\\\\workflows\\\\build.yml\")",
"Bash(npm run *)"
]
}
}