start with host
parent
786ab932e6
commit
0155276b1d
|
@ -4,7 +4,7 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev --host --port 2008",
|
"dev": "astro dev --host --port 2008",
|
||||||
"start": "astro dev --preview --port 2008",
|
"start": "astro preview --host --port 2008",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
|
|
Loading…
Reference in New Issue