This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
starlight/.vscode/launch.json

12 lines
207 B
JSON
Raw Normal View History

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