mirror of
https://github.com/LBRYFoundation/lbry-tech.git
synced 2025-03-04 23:07:54 +00:00
12 lines
207 B
JSON
12 lines
207 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"command": "./node_modules/.bin/astro dev",
|
||
|
"name": "Development server",
|
||
|
"request": "launch",
|
||
|
"type": "node-terminal"
|
||
|
}
|
||
|
]
|
||
|
}
|