{ "version": "0.0.1", "configurations": [ { "name": "roadamp-frontend", "runtimeExecutable": "python3", "runtimeArgs": ["-m", "http.server", "3456", "--directory", "web/static"], "port": 3456 } ] }