mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-21 09:42:29 +01: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"
|
||
|
}
|
||
|
]
|
||
|
}
|