Commit bc3574f
chore: add dev server launch configuration (#1535)
## Summary
- Adds `.claude/launch.json` with dev server configurations for
Storybook and Playroom
- Enables Claude Code's `preview_start` tool to launch servers by name
## Configurations
| Server | Command | Port |
|--------|---------|------|
| Storybook | `yarn storybook` | 6006 |
| Playroom | `yarn playroom` | 9000 |
## Test plan
- [ ] Run `preview_start` with name `"Storybook"` and verify it starts
on port 6006
- [ ] Run `preview_start` with name `"Playroom"` and verify it starts on
port 9000
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bd56fb2 commit bc3574f
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments