Files
personalsite/.claude/settings.local.json
2026-04-03 16:20:51 +03:00

12 lines
348 B
JSON

{
"permissions": {
"allow": [
"Bash(npx create-next-app@latest . --typescript --tailwind --eslint --app --no-src-dir --import-alias \"@/*\" --yes)",
"Bash(npm install:*)",
"Bash(npm run:*)",
"mcp__Claude_Preview__preview_start",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3000)"
]
}
}