Files
nguyencongpc_nextjs/.claude/settings.local.json

14 lines
955 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)",
2026-04-09 15:58:45 +07:00
"Bash(grep '\"\"url\"\"' src/data/article/ListArticleNews.ts)",
"Bash(cat src/features/Article/HomeArticlePage/index.tsx src/features/Article/CategoryPage/index.tsx src/features/Article/DetailPage/index.tsx src/features/Article/DetailPage/TocBox/index.tsx src/hooks/useApiData.ts src/app/[slug]/page.tsx src/features/Article/HomeArticlePage/BoxArticleMid/index.tsx src/features/Article/HomeArticlePage/BoxVideoArticle/index.tsx src/features/Article/HomeArticlePage/BoxArticleReview/index.tsx src/features/Article/ArticleTopLeft/index.tsx src/features/Article/ArticleTopRight/index.tsx src/components/Common/ItemArticle/index.tsx)",
"Bash(find /c/Users/APC/Downloads/work/nguyencongpc_nextjs/src -type f -name *.ts -o -name *.tsx)"
2026-03-13 13:54:45 +07:00
]
}
}