Skip to content

Commit

Permalink
[test] 웹소켓 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
edder773 committed Dec 2, 2024
1 parent 6fb48ca commit 20bc6a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ export default defineConfig({
server: {
host: true,
port: 3000,
cors: true
cors: true,
proxy: {
'/ws': {
target: 'http://localhost:8080',
ws: true
}
}
},

resolve: {
Expand Down

0 comments on commit 20bc6a0

Please sign in to comment.