mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
9 lines
193 B
JavaScript
9 lines
193 B
JavaScript
const cache = require('think-cache');
|
|
const session = require('think-session');
|
|
const clusterExtend = require('think-cluster').extend;
|
|
|
|
module.exports = [
|
|
clusterExtend,
|
|
cache,
|
|
session
|
|
]; |