Skip to content

Commit 02345ae

Browse files
authored
Merge pull request #146 from Soohyuniii/fix/production-mode
fix: hmr 설정
2 parents 2ab052b + 5c521f1 commit 02345ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vite.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ export default defineConfig(({ mode }: { mode: string }) => {
2121
strictPort: true,
2222
allowedHosts: ["mbtips.kr"],
2323
hmr: isProduction
24-
? {
25-
host: "mbtips.kr",
26-
protocol: "wss"
27-
}
24+
? false
2825
: {
2926
host: "localhost",
3027
protocol: "wss"

0 commit comments

Comments
 (0)