Skip to content

Commit

Permalink
fix vite server for demo deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
POMXARK committed Oct 1, 2023
1 parent acb8a28 commit 90dbb51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ export default defineConfig({
refresh: true,
}),
],
server: {
host: true,
strictPort: true,
port: 8000,
},
});

0 comments on commit 90dbb51

Please sign in to comment.