www.hip-berlin.de/.vscode/launch.json

12 lines
207 B
JSON
Raw Normal View History

2022-11-06 20:02:17 +00:00
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}