diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 2601f6a7..0c16bbd8 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,8 +2,11 @@ "permissions": { "allow": [ "Bash(gh pr:*)", + "Bash(gh run:*)", "Bash(git push:*)", - "Bash(git fetch:*)" + "Bash(git fetch:*)", + "mcp__figma__get_design_context", + "mcp__figma__get_screenshot" ] } -} +} \ No newline at end of file diff --git a/src/app/(private)/admin/board/page.tsx b/src/app/(private)/admin/board/page.tsx new file mode 100644 index 00000000..ebb42c5a --- /dev/null +++ b/src/app/(private)/admin/board/page.tsx @@ -0,0 +1,3 @@ +export default function BoardPage() { + return