mirror of
https://github.com/thelounge/thelounge
synced 2025-02-18 22:28:28 +00:00
12 lines
188 B
JSON
12 lines
188 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "node-terminal",
|
||
|
"name": "Run Dev",
|
||
|
"request": "launch",
|
||
|
"command": "yarn dev",
|
||
|
"cwd": "${workspaceFolder}"
|
||
|
}
|
||
|
]
|
||
|
}
|