mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
11 lines
97 B
JavaScript
11 lines
97 B
JavaScript
'use strict';
|
|
|
|
/*
|
|
*Egg插件
|
|
*/
|
|
|
|
exports.ejs = {
|
|
enable: true,
|
|
package: 'egg-view-ejs',
|
|
};
|