Files
Snigdha-OS.github.io/.vscode/launch.json
Eshan Roy (Eshanized) 8aa6811802 🧹 chore(astro): astro build
2024-06-19 02:19:14 +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"
}
]
}