nelle-observer/.vscode/launch.json

12 lines
214 B
JSON
Raw Normal View History

2024-08-02 22:27:39 -06:00
{
"version": "0.2.0",
"configurations": [
{
2024-08-24 14:51:55 -06:00
"command": "./node_modules/.bin/astro dev --host",
2024-08-02 22:27:39 -06:00
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}