Skip to content

Commit

Permalink
Merge pull request #23 from 9oormthonUNIV-3th-KGU/fix/websocket
Browse files Browse the repository at this point in the history
[Fix] vite hmr 수정
  • Loading branch information
gmlwlsdl authored Sep 24, 2024
2 parents a365bd2 + e5ede9c commit f6dee26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export default defineConfig({
changeOrigin: true,
},
},
hmr: {
host: 'familynote.ezbooks.kr',
protocol: 'wss',
port: 443,
},
},
plugins: [react({ jsxImportSource: '@emotion/react' })],
})

0 comments on commit f6dee26

Please sign in to comment.