blob: d6422097621fd7c1b1ccc6daa670c46aed7ef5b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}
|