bloginamatrix.xyz/.vscode/launch.json
array-in-a-matrix 1d54517caf astro lunar base
2024-01-11 11:44:21 -05:00

12 lines
207 B
JSON

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