nix-hamburg.astro.nix/.vscode/launch.json
Sebastian Wendel a2c92466b9
added astro
2023-04-07 16:32:36 +02: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"
}
]
}