{
    "configurations": [
        {
            "type": "chrome",
            "name": "http://localhost:8000/src/editor/",
            "request": "launch",
            "url": "http://localhost:8000/src/editor/"
        }
    ]
}