deep-engine-demo/.claude/settings.local.json
2026-04-19 18:46:28 +08:00

18 lines
505 B
JSON

{
"permissions": {
"allow": [
"Bash(npm run dev)",
"Bash(npx tsc:*)",
"Bash(npm run build)",
"Bash(pnpm add:*)",
"Bash(pnpm exec tsc:*)",
"Bash(npx vue-tsc:*)",
"Bash(pnpm:*)",
"Bash(git mv:*)",
"Bash(find e:/Astral/deep-engine -type f -name *iewer*.ts)",
"Bash(find e:Astraldeep-engine -name camera-controls* -o -name *CameraControls*)",
"Bash(find e:Astraldeep-enginenode_modules -path *camera-controls* -name *.d.ts)"
]
}
}