blob: d6422097621fd7c1b1ccc6daa670c46aed7ef5b7 [file] [log] [blame]
Samuel Shuert86826b82024-04-27 16:14:20 -04001{
2 "version": "0.2.0",
3 "configurations": [
4 {
5 "command": "./node_modules/.bin/astro dev",
6 "name": "Development server",
7 "request": "launch",
8 "type": "node-terminal"
9 }
10 ]
11}