Skip to content

Commit

Permalink
Remove unneeded HTTPS code
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug authored Sep 4, 2024
1 parent 1893d19 commit 8fefa89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ export default defineConfig({
server: {
port: 5193,
strictPort: true,
// https: {
// key: fs.readFileSync('./certs/localhost-key.pem'),
// cert: fs.readFileSync('./certs/localhost.pem'),
// },
hmr: {
protocol: 'wss',
host: 'localhost',
Expand Down

0 comments on commit 8fefa89

Please sign in to comment.