PetAgent/.claude/launch.json

12 lines
208 B
JSON
Raw Normal View History

2026-06-10 12:56:24 +08:00
{
"version": "0.0.1",
"configurations": [
{
"name": "frontend-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--prefix", "frontend"],
"port": 3000
}
]
}