o2o-triple-pick/.claude/launch.json

12 lines
206 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "triplepick",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--", "--port", "3737"],
"port": 3737
}
]
}