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