import type { EggAppConfig } from '@eggjs/core';

export default {
  view: {
    cache: false,
  },
} as EggAppConfig;
