Update package.json

This commit is contained in:
Kar
2026-02-09 08:41:17 +00:00
parent 34e6647dc3
commit 0fc7f7f4ac

View File

@@ -7,7 +7,7 @@
"dev": "astro dev --host --port 3000", "dev": "astro dev --host --port 3000",
"start": "astro dev --preview --port 3000", "start": "astro dev --preview --port 3000",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview --host --port 4321",
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {