mjbuehler's picture
Upload complete research archive under data/
de1266c verified
Raw
History Blame
239 Bytes
{
"version": "0.0.1",
"configurations": [
{
"name": "app",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "8765", "--bind", "127.0.0.1", "--directory", "app"],
"port": 8765
}
]
}