diff --git a/vite.config.js b/vite.config.js index a8945f9..ba5dcfe 100644 --- a/vite.config.js +++ b/vite.config.js @@ -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',