mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-03 22:17:24 +02:00
implement basic tectonics + tectonic direction and velocity
This commit is contained in:
parent
f2fc42799b
commit
ed9a0ba739
11 changed files with 2029 additions and 9 deletions
19
.claude/settings.local.json
Normal file
19
.claude/settings.local.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"WebFetch(domain:github.com)",
|
||||
"Bash(xargs grep:*)",
|
||||
"WebFetch(domain:raw.githubusercontent.com)",
|
||||
"WebFetch(domain:api.github.com)",
|
||||
"WebFetch(domain:jandjheydorn.com)",
|
||||
"Bash(npx tsc:*)",
|
||||
"Bash(npx vite:*)",
|
||||
"Bash(node_modules/.bin/tsc --noEmit --pretty)",
|
||||
"Bash(npm exec:*)",
|
||||
"Bash(npm install:*)",
|
||||
"mcp__puppeteer__puppeteer_navigate",
|
||||
"mcp__puppeteer__puppeteer_screenshot",
|
||||
"mcp__puppeteer__puppeteer_evaluate"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue