thelounge/.vscode/launch.json

12 lines
188 B
JSON
Raw Permalink Normal View History

{
"configurations": [
{
"type": "node-terminal",
"name": "Run Dev",
"request": "launch",
"command": "yarn dev",
"cwd": "${workspaceFolder}"
}
]
}