feat: scaffold Next.js 15 project with TypeScript and Tailwind

This commit is contained in:
Trey t
2026-03-23 11:50:39 -05:00
commit 3abe46fba6
395 changed files with 18064 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"WebFetch(domain:www.youtube.com)",
"Bash(yt-dlp:*)",
"Bash(grep -v '^ *$')",
"Bash(ls -la /private/tmp/claude-501/-Users-treyt-Desktop-claude-marketing/fff1037b-284c-4767-98c1-36d3ea219e20/tasks/*.output)",
"WebSearch",
"WebFetch(domain:github.com)",
"WebFetch(domain:developer.nextdoor.com)",
"WebFetch(domain:docs.postiz.com)"
]
}
}