From 020b92ca8ae2893b7aa938c1abfa04d0f8c87045 Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 4 Jul 2024 07:11:55 -0600 Subject: [PATCH] update launch script --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"