feat: add frontend + backend + database to retrieve and compute news from Yahoo
This commit is contained in:
16
.claude/settings.local.json
Normal file
16
.claude/settings.local.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"WebSearch",
|
||||
"Bash(go mod *)",
|
||||
"Read(//usr/local/go/bin/**)",
|
||||
"Read(//home/anthony/go/bin/**)",
|
||||
"Read(//usr/**)",
|
||||
"Bash(/home/anthony/go/bin/go mod *)",
|
||||
"Bash(/home/anthony/go/bin/go build *)",
|
||||
"Bash(npm install *)",
|
||||
"Bash(/home/anthony/.config/JetBrains/WebStorm2026.1/node/versions/24.14.1/bin/npm install *)",
|
||||
"Bash(npm run *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user