srx.astro.nix/.vscode/launch.json

11 lines
206 B
JSON
Raw Normal View History

2022-12-22 23:31:21 +01:00
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}