Skip to content

Commit

Permalink
refactor: add host
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jul 1, 2024
1 parent 8c25a3d commit e494f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"preview": "astro preview --host 0.0.0.0",
"astro": "astro"
},
"dependencies": {
Expand Down

0 comments on commit e494f3a

Please sign in to comment.