feat(chat): updated to work with socket.io

- Chore: ran `make npm@update` to update deps and lockfile
- Chat: new plugin: Socket.ts that allow the use of socket.io with
  fastify (fastify-socket.io is not updated)
- Chat: Put everything from `src/socket.ts` that needed to be saved into
  `src/app.ts`
This commit is contained in:
Maieul BOYER 2025-11-20 17:06:39 +01:00 committed by Maix0
parent 6ff1745f16
commit eec27ce2e6
9 changed files with 132 additions and 143 deletions

View file

@ -27,12 +27,12 @@
"fastify": "^5.6.2",
"fastify-cli": "^7.4.1",
"fastify-plugin": "^5.1.0",
"typebox": "^1.0.53"
"typebox": "^1.0.55"
},
"devDependencies": {
"@types/node": "^22.19.1",
"rollup-plugin-node-externals": "^8.1.2",
"vite": "^7.2.2",
"vite": "^7.2.4",
"vite-tsconfig-paths": "^5.1.4"
}
}