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 ccbabb5 commit d4c04f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/CropMarket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const CropMarket: React.FC = () => {
}, []);

useEffect(() => {
const newSocket = io('https://yeokjeonnongbu.shop', {
const newSocket = io('wss://yeokjeonnongbu.shop', {
auth: {
authorization: `Bearer ${localStorage.getItem('accessToken')}`
}
Expand Down
6 changes: 5 additions & 1 deletion apps/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ export default defineConfig({
server: {
host: true,
port: 3000,
cors: true
cors: true,
hmr: {
host: 'yeokjeonnongbu.shop',
port: 3000
}
},

resolve: {
Expand Down

0 comments on commit d4c04f8

Please sign in to comment.