Files
loyaly-merchant/.claude/launch.json
2026-08-05 18:34:37 +05:30

17 lines
291 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "loyaly-mer-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3100
},
{
"name": "loyaly-mer-attach",
"url": "http://localhost:3100",
"port": 3100
}
]
}