ouroboros-gay-info/.vscode/launch.json
2024-01-23 18:48:16 -07:00

11 lines
207 B
JSON
Executable file

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