site/.vscode/launch.json
Ax333l 355e2a5bf2
All checks were successful
ci/woodpecker/push/web Pipeline was successful
feat: initial release
2023-03-05 18:45:56 +01:00

11 lines
207 B
JSON

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