| { | { | ||||
| "name": "web", | "name": "web", | ||||
| "version": "0.1.0", | |||||
| "version": "2.0.0", | |||||
| "private": true, | "private": true, | ||||
| "dependencies": { | "dependencies": { | ||||
| "@emotion/react": "^11.5.0", | "@emotion/react": "^11.5.0", |
| import "react-toastify/dist/ReactToastify.css"; | import "react-toastify/dist/ReactToastify.css"; | ||||
| const URL = "https://trampa-api-test.dilig.net/"; | const URL = "https://trampa-api-test.dilig.net/"; | ||||
| export const socket = io(URL, { autoConnect: true, transports: ["websocket"] }); | |||||
| export const socket = io(URL, { autoConnect: true }); | |||||
| const App = () => { | const App = () => { | ||||
| console.log(socket); | console.log(socket); | ||||