diff --git a/.vscode/launch.json b/.vscode/launch.json index c25b189..c10c402 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "node-terminal" }, { - "command": "./node_modules/.bin/astro dev", + "command": "./node_modules/.bin/astro dev --host", "name": "Development server", "request": "launch", "type": "node-terminal"