Skip to content

Commit 4882373

Browse files
sorenbsclaude
andcommitted
chore: add docs dev-server launch config
Lets the Claude Code preview tooling start the docs app (pnpm --filter docs exec next dev) on port 3105, leaving the default 3001 free for other local processes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 8ea051b commit 4882373

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.claude/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "0.0.1",
3+
"configurations": [
4+
{
5+
"name": "docs",
6+
"runtimeExecutable": "pnpm",
7+
"runtimeArgs": ["--filter", "docs", "exec", "next", "dev", "--port", "3105"],
8+
"port": 3105
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)