12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "empor-dev",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": ["-m", "http.server", "3001"],
|
|
"port": 3001
|
|
}
|
|
]
|
|
}
|