boring.tools-poc/apps/website/.vscode/launch.json
Lars Hampe fa71d542b9
Some checks failed
Build and Push Docker Image / build (push) Failing after 6s
feat(website): add website placeholder and ci
2024-09-28 14:28:51 +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"
}
]
}