o2o-triple-pick/.claude/launch.json
Haewon Kam 5ba653cfdf Add /before route: restore original v1 design for Before/After record
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 21:41:55 +09:00

12 lines
206 B
JSON

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