me
/
ethanreece.com
Archived
1
0
Fork 0
This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
ethanreece.com/.vscode/launch.json

12 lines
245 B
JSON
Raw Normal View History

2023-05-24 17:57:59 +00:00
{
2023-05-24 20:37:45 +00:00
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
2023-05-24 17:57:59 +00:00
}