UNPKG

generator-eggjs

Version:
12 lines (9 loc) 191 B
import { EggPlugin } from 'egg'; const plugin: EggPlugin = { // static: true, // nunjucks: { // enable: true, // package: 'egg-view-nunjucks', // }, }; export default plugin;