diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-18 01:27:55 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-18 01:27:55 +0300 |
commit | cf85f107245fd40f7b453d30790a8649eb972083 (patch) | |
tree | a7959cec4f2b692da7791f8a014bfdbfc9e531d7 /.vscode/launch.json | |
parent | 43f80a7b6ee32f721b5685a206cae78f9f625a12 (diff) | |
download | popov.link-cf85f107245fd40f7b453d30790a8649eb972083.tar.xz popov.link-cf85f107245fd40f7b453d30790a8649eb972083.zip |
Update launch configuration and enhance PostSummary component layout
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 2 |
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" |