andyscott-dot-me/.vscode/launch.json
Manuel Ernesto Garcia 5bb063bf70 initial commit
2022-09-14 10:14:29 -04: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"
}
]
}