sio connection
Showing
.env.production
0 → 100644
| ... | ... | @@ -19,6 +19,7 @@ |
| "react-scripts": "4.0.3", | ||
| "react-virtualized": "^9.22.3", | ||
| "socket.io-client": "^4.3.2", | ||
| "uuid": "^8.3.2", | ||
| "web-vitals": "^0.2.4", | ||
| "workbox-background-sync": "^5.1.4", | ||
| "workbox-broadcast-update": "^5.1.4", | ||
| ... | ... | @@ -56,5 +57,6 @@ |
| "last 1 firefox version", | ||
| "last 1 safari version" | ||
| ] | ||
| } | ||
| }, | ||
| "proxy": "http://192.168.0.98:5000" | ||
| } |
Please register or sign in to comment