Files
videogen/.claude/launch.json
2026-08-15 13:43:52 +02:00

12 lines
207 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "brandloop-web",
"runtimeExecutable": "npm",
"runtimeArgs": ["--prefix", "client", "run", "web"],
"port": 8081
}
]
}