adding in some boilerplate for comms

This commit is contained in:
talksik
2022-06-19 07:49:55 -05:00
parent a7c3fe6d64
commit bc9725bfe0
4 changed files with 115 additions and 13 deletions
-1
View File
@@ -42,7 +42,6 @@ const server = app.listen(PORT, () =>
// eslint-disable-next-line @typescript-eslint/no-var-requires
const io = require('socket.io')(server, {
// todo: add authentication
cors: {
origin: '*',
},