Files
baby-mobile/app/.claude/launch.json
T
2026-07-04 03:28:14 -07:00

12 lines
207 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "babymobile-static",
"runtimeExecutable": "python",
"runtimeArgs": ["-m", "http.server", "8012"],
"port": 8012
}
]
}