hyapp-h5/.claude/launch.json
2026-07-09 13:25:54 +08:00

12 lines
253 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "h5-static",
"runtimeExecutable": "npx",
"runtimeArgs": ["--yes", "http-server", "-p", "18080", "-c-1"],
"port": 18080
}
]
}