UNPKG

@eggjs/view

Version:

Base view plugin for egg

8 lines (6 loc) 119 B
import type { EggAppConfig } from '@eggjs/core'; export default { view: { cache: false, }, } as EggAppConfig;