add socket

This commit is contained in:
wzdwc
2020-03-28 12:40:54 +08:00
parent 592dd7e213
commit 804487e8c5
257 changed files with 9506 additions and 89 deletions
Executable → Regular
+8
View File
@@ -9,6 +9,14 @@ const plugin: EggPlugin = {
redis: {
enable: true,
package: 'egg-redis',
},
io: {
enable: true,
package: 'egg-socket.io',
},
jwt:{
enable: true,
package: "egg-jwt",
}
};