{
"version": "0.2.0",
"configurations": [
"type": "node",
"request": "launch",
"name": "Serve the website",
"console": "integratedTerminal",
"runtimeExecutable": "yarn",
"runtimeArgs": [
"run",
"start"
]
}