0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 18:43:34 +03:00
popov.link/.vscode/launch.json

12 lines
222 B
JSON
Raw Normal View History

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