Add --host to dev server for local network

This commit is contained in:
2025-08-11 08:48:47 +09:30
parent 057b88437c
commit 608d9af232

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"