12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Flask",
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"command": "flask --app src/judas_server/web/web_server.py run --host=0.0.0.0"
|
|
}
|
|
]
|
|
}
|