Files
morten-olsen.github.io/.vscode/launch.json
Morten Olsen 5f79c8da43 init
2023-10-30 11:24:20 +01:00

12 lines
207 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}