Files
new_akademy_landing/.vscode/launch.json
dwd-projects 8c3382e438 Initial commit
2025-06-09 07:21:58 +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"
}
]
}