Skip to content

Commit 4c0c987

Browse files
committed
테스트
1 parent 60b8324 commit 4c0c987

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vite.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ export default defineConfig({
3636
port: 3000,
3737
host: true, // 외부에서 접속 가능하도록 설정
3838
strictPort: true,
39-
allowedHosts: ['mbtips.kr']
39+
allowedHosts: ['mbtips.kr'],
40+
hmr: {
41+
host: 'mbtips.kr',
42+
protocol: 'wss'
43+
}
4044
}
4145
});

0 commit comments

Comments
 (0)