Files
nguyencongpc_nextjs/.claude/settings.local.json

12 lines
275 B
JSON
Raw Normal View History

2026-03-13 13:54:45 +07:00
{
"permissions": {
"allow": [
"Bash(grep -E \"\\\\.\\(tsx|ts|json\\)$\")",
2026-03-13 17:23:37 +07:00
"Bash(npm install:*)",
"Bash(npx tsc:*)",
"Bash(curl -s http://localhost:3000/tin-tuc)",
"Bash(grep '\"\"url\"\"' src/data/article/ListArticleNews.ts)"
2026-03-13 13:54:45 +07:00
]
}
}