Skip to content

Commit

Permalink
set --host for astro dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Jan 4, 2024
1 parent ac6ef32 commit 924dd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"scripts": {
"dev": "concurrently --raw \"npm:dev:*\"",
"dev:astro": "astro dev",
"dev:astro": "astro dev --host",
"dev:css": "chokidar \"src/styles/**/*.css\" --command \"touch tailwind.config.cjs\" --debounce 0 --silent",
"build": "astro check && tsc && astro build",
"preview": "astro preview",
Expand Down

0 comments on commit 924dd05

Please sign in to comment.