Files
plspace/.claude/launch.json
T
2026-07-29 09:16:38 +09:00

12 lines
179 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "plspace",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 5173
}
]
}