refactor: add host

This commit is contained in:
Mauricio Siu 2024-06-30 20:29:12 -06:00
parent 8c25a3d8af
commit e494f3a3aa

View File

@ -6,7 +6,7 @@
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
"build": "astro check && astro build", "build": "astro check && astro build",
"preview": "astro preview", "preview": "astro preview --host 0.0.0.0",
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {