0
mirror of https://github.com/Hello9999901/laptop.git synced 2025-02-05 08:17:48 +00:00
bryan.ee_laptop/website/.vscode/launch.json
2024-07-11 00:54:48 -04: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"
}
]
}