Skip to content

Commit

Permalink
Expose dev server to host (#10330)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Jan 31, 2025
1 parent 54a474a commit 5abeec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ export default defineConfig(({ mode }) => {
},
server: {
port: 4000,
host: "0.0.0.0",
},
preview: {
headers: {
Expand Down

0 comments on commit 5abeec2

Please sign in to comment.