start with host

master
Kar 2025-03-22 16:39:45 +05:30
parent 786ab932e6
commit 0155276b1d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host --port 2008",
"start": "astro dev --preview --port 2008",
"start": "astro preview --host --port 2008",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"