new-horizons/docs/.vscode/launch.json
2023-11-28 10:05:48 -05:00

12 lines
245 B
JSON

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