Files
BaiTu-homepage/.claude/launch.json
2026-06-05 02:13:42 +08:00

12 lines
205 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "local",
"runtimeExecutable": "npx",
"runtimeArgs": ["http-server", ".", "-p", "3000", "-c-1"],
"port": 3000
}
]
}