friends-best/.vscode/launch.json
Louis Hollingworth 9241dc0783
Switch to Astro
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2022-10-01 19:35:07 +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"
}
]
}