Files
NovalRedot/.claude/launch.json

13 lines
205 B
JSON

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