website/.vscode/launch.json
UnderCurve [wdym.info] c1b5a90c76 add init astro file
2024-12-01 10:39:12 -06:00

11 lines
207 B
JSON

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