cosmo/.claude/launch.json

13 lines
219 B
JSON
Raw Normal View History

2026-07-21 12:09:51 +00:00
{
"version": "0.0.1",
"configurations": [
{
"name": "frontend",
"runtimeExecutable": "yarn",
"runtimeArgs": ["--cwd", "frontend", "dev"],
"port": 5173,
"autoPort": true
}
]
}