summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
blob: 59e5f261fd11d8b411808103c60861ddbed4954c (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "version": "0.2.0",
  "configurations": [
	{
	  "command": "./node_modules/.bin/astro dev",
	  "name": "Development server",
	  "request": "launch",
	  "type": "node-terminal"
	}
  ]
}