12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "backnforth",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": ["server.py", "--no-browser"],
|
|
"port": 8000
|
|
}
|
|
]
|
|
}
|