UNPKG

113 BJavaScriptView Raw
1/**
2 * 默认的入口
3 *
4 * @module koot/defaults/entrypoints
5 */
6
7module.exports = [
8 'client',
9]