astro-personal-website/.vscode/launch.json
Mikkel Svartveit 2456801960 Initial commit
2023-10-14 19:47:49 -07: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"
}
]
}