Skip to content

Commit

Permalink
[test] 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
edder773 committed Dec 3, 2024
1 parent 03f1129 commit 7202e36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ export default defineConfig({
cors: true,
hmr: false,
proxy: {
// WebSocket 연결을 백엔드 서버로 프록시
'/ws': {
target: 'https://yeokjeonnongbu.shop',
target: 'http://yeokjeonnongbu.shop:8080',
changeOrigin: true,
ws: true // WebSocket 프로토콜 지원
ws: true
}
}
},
Expand Down

0 comments on commit 7202e36

Please sign in to comment.