Skip to content

Commit

Permalink
Fix vite by adding host (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored Jul 12, 2024
1 parent d34fec0 commit 8f4af71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=14.0.0"
},
"scripts": {
"dev": "vite",
"dev": "vite --host 127.0.0.1",
"build": "tsc && vite build",
"preview": "vite preview"
},
Expand Down

0 comments on commit 8f4af71

Please sign in to comment.