Skip to content

Commit

Permalink
chore: VITE 환경설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
PMtHk committed Nov 28, 2024
1 parent 0f6a10b commit 0b25651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig({
rewrite: (path) => path.replace(/^\/api/, ''),
},
'/api/socket.io': {
target: 'http://localhost:3000',
ws: true,
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
Expand Down

0 comments on commit 0b25651

Please sign in to comment.