Files
profile-front/.vscode/launch.json
Andrey Kuvshinov 22358272c6 add files
2025-12-11 01:12:45 +03: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"
}
]
}