add socket
This commit is contained in:
Executable → Regular
+8
@@ -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",
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user