host and port support

This commit is contained in:
Kar
2025-03-22 11:06:21 +00:00
parent 3032d38818
commit 77911fe7a0

View File

@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"dev": "astro dev --host --port 2008",
"start": "astro dev --host --port 2008",
"start": "astro dev --preview --port 2008",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"