kios-webapp/astro/.vscode/launch.json
Max Schmidt 9f9445e218 Initial Commit
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2023-05-13 16:38:56 +02: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"
}
]
}