pdsmanager/.vscode/launch.json
Atridad Lahiji 312ac253db
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m10s
Initial commit
2025-01-26 17:25:53 -06: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"
}
]
}