aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-09-18 01:27:55 +0300
committerValentin Popov <valentin@popov.link>2024-09-18 01:27:55 +0300
commitcf85f107245fd40f7b453d30790a8649eb972083 (patch)
treea7959cec4f2b692da7791f8a014bfdbfc9e531d7 /.vscode
parent43f80a7b6ee32f721b5685a206cae78f9f625a12 (diff)
downloadpopov.link-cf85f107245fd40f7b453d30790a8649eb972083.tar.xz
popov.link-cf85f107245fd40f7b453d30790a8649eb972083.zip
Update launch configuration and enhance PostSummary component layout
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index d642209..64aca51 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
- "command": "./node_modules/.bin/astro dev",
+ "command": "./node_modules/.bin/astro dev --host 0.0.0.0",
"name": "Development server",
"request": "launch",
"type": "node-terminal"