Skip to content

Commit

Permalink
fix: Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlwlsdl authored Sep 24, 2024
1 parent f6dee26 commit fd59ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export default defineConfig({
},
},
hmr: {
host: 'familynote.ezbooks.kr',
host: 'https://familynote.ezbooks.kr/',
protocol: 'wss',
port: 443,
port: 5173,
},
},
plugins: [react({ jsxImportSource: '@emotion/react' })],
Expand Down

0 comments on commit fd59ad0

Please sign in to comment.