12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "babymobile-static",
|
|
"runtimeExecutable": "python",
|
|
"runtimeArgs": ["-m", "http.server", "8012"],
|
|
"port": 8012
|
|
}
|
|
]
|
|
}
|