linear/.vscode/launch.json
array-in-a-matrix 2e7fa9ce6d init astro
2024-03-20 12:12:48 -04: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"
}
]
}