Initial commit
This commit is contained in:
commit
84d38c5173
46 changed files with 6819 additions and 0 deletions
29
.claude/settings.local.json
Normal file
29
.claude/settings.local.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"WebSearch",
|
||||
"WebFetch(domain:www.pathofexile.com)",
|
||||
"WebFetch(domain:poe.ninja)",
|
||||
"WebFetch(domain:github.com)",
|
||||
"WebFetch(domain:raw.githubusercontent.com)",
|
||||
"Bash(pnpm install:*)",
|
||||
"Bash(npm install:*)",
|
||||
"Bash(pnpm approve-builds:*)",
|
||||
"Bash(npx tsx:*)",
|
||||
"Bash(npx tsc)",
|
||||
"Bash(curl:*)",
|
||||
"Bash(pnpm rebuild:*)",
|
||||
"Bash(npx drizzle-kit generate)",
|
||||
"Bash(npm rebuild:*)",
|
||||
"Bash(pnpm migrate:*)",
|
||||
"Bash(taskkill //F //FI \"WINDOWTITLE eq poe2data*\")",
|
||||
"Bash(pkill:*)",
|
||||
"Bash(taskkill:*)",
|
||||
"Bash(timeout:*)",
|
||||
"Bash(head -c 2000 curl -s \"https://poe.ninja/poe2/economy\")",
|
||||
"Bash(head -5 curl -s \"https://poe.ninja/poe2/api/economy/exchange/current/search?league=Standard\")",
|
||||
"Bash(pnpm scraper:*)",
|
||||
"Bash(pnpm db:migrate:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue