diff --git a/.claude/launch.json b/.claude/launch.json new file mode 100644 index 0000000000..b8500e7f63 --- /dev/null +++ b/.claude/launch.json @@ -0,0 +1,17 @@ +{ + "version": "0.0.1", + "configurations": [ + { + "name": "Storybook", + "runtimeExecutable": "yarn", + "runtimeArgs": ["storybook"], + "port": 6006 + }, + { + "name": "Playroom", + "runtimeExecutable": "yarn", + "runtimeArgs": ["playroom"], + "port": 9000 + } + ] +}