mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "node-terminal",
|
|
"name": "Run Dev",
|
|
"request": "launch",
|
|
"command": "yarn dev",
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
]
|
|
}
|