Skip to content

Commit

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

0 comments on commit baa87d3

Please sign in to comment.