添加 eggjs web-server,初步支持多宝短信
This commit is contained in:
11
web-server/config/plugin.ts
Normal file
11
web-server/config/plugin.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { EggPlugin } from 'egg';
|
||||
|
||||
const plugin: EggPlugin = {
|
||||
// static: true,
|
||||
// nunjucks: {
|
||||
// enable: true,
|
||||
// package: 'egg-view-nunjucks',
|
||||
// },
|
||||
};
|
||||
|
||||
export default plugin;
|
||||
Reference in New Issue
Block a user