Files
finding-out/.vscode/launch.json
SirBlobby 01b3dba533 Initial commit
Created from https://vercel.com/new
2025-11-19 17:48:12 +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"
}
]
}