blog/.vscode/launch.json
Mohamad 64409964a7 weeee💃
2025-02-04 10:37:06 +01: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"
}
]
}