Files
ki-fwi/.claude/launch.json
T

12 lines
183 B
JSON
Raw Normal View History

{
"version": "0.0.1",
"configurations": [
{
"name": "ki-fwi",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--", "--port", "5273"],
"port": 5273
}
]
}