0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Update launch configuration and enhance PostSummary component layout

This commit is contained in:
2024-09-17 22:27:55 +00:00
parent 43f80a7b6e
commit cf85f10724
3 changed files with 26 additions and 30 deletions

2
.vscode/launch.json vendored
View File

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