Personal-Site/.vscode/launch.json
Timothy Rogers 6d30a41b7d first commit
2024-10-23 11:32:50 -04: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"
}
]
}