Skip to content

Commit

Permalink
chore: modified devServer host address
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyBear committed Sep 5, 2024
1 parent 5e95005 commit e546c0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
server: {
host: '0.0.0.0'
},
build: {
rollupOptions: {
input: Object.fromEntries(
Expand Down

0 comments on commit e546c0e

Please sign in to comment.