Back to nextjs

This commit is contained in:
2021-07-31 17:47:08 -04:00
parent edbfd8bb9e
commit b22eb01ca9
61 changed files with 18390 additions and 2373 deletions
+5
View File
@@ -2,5 +2,10 @@
"/api": {
"target": "http://localhost:3333",
"secure": false
},
"/socket.io": {
"target": "http://localhost:3333",
"secure": false,
"ws": true
}
}