Files
Jog/.claude/launch.json
T

13 lines
228 B
JSON
Raw Normal View History

2026-05-23 03:22:38 +08:00
{
"version": "0.0.1",
"configurations": [
{
"name": "frontend",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"cwd": "${workspaceFolder}/jog-frontend",
"port": 5173
}
]
}