Files
Snigdha-OS.github.io/.vscode/launch.json
Eshan Roy (Eshanized) a5ec4bed9c 🛠️ build(astro): build with astro
2024-06-20 21:57:49 +05:30

12 lines
207 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}