Skip to content

Commit

Permalink
chore: add host settings to vite.config.ts (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
dw-0 authored Feb 22, 2022
1 parent 90eabb6 commit 707ac20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export default defineConfig({
},

server: {
host: '0.0.0.0',
port: 8080,
},
})

0 comments on commit 707ac20

Please sign in to comment.