Skip to content

Commit

Permalink
Merge pull request #12 from mmz-srf/listen-on-all-hosts
Browse files Browse the repository at this point in the history
listen on 0.0.0.0
  • Loading branch information
mms-gianni authored Oct 18, 2023
2 parents da702be + 8ee668c commit a9ab164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
Expand Down

0 comments on commit a9ab164

Please sign in to comment.