potentia-website/.vscode/launch.json
SanjayramVempati 2169462761 int
2023-03-03 17:19:19 -05: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"
}
]
}