12 lines
182 B
JSON
12 lines
182 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "mp-manager",
|
|
"runtimeExecutable": "python",
|
|
"runtimeArgs": ["main.py"],
|
|
"port": 8000
|
|
}
|
|
]
|
|
}
|