update launch script

This commit is contained in:
nelle 2024-07-04 07:11:55 -06:00
parent 77a283ac98
commit 020b92ca8a

2
.vscode/launch.json vendored
View file

@ -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"