Files
Landing-Page/.vscode/launch.json
Akilan Selvacoumar ba5d6d24ef Initial commit
2023-02-12 22:29:37 +00: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"
}
]
}