chore: clear file

This commit is contained in:
xiaojunnuo
2023-06-28 15:16:19 +08:00
parent f30afac47e
commit 620d1d4092
7 changed files with 46 additions and 4 deletions
@@ -71,6 +71,9 @@ const development = {
expire: 7 * 24 * 60, //单位秒
},
},
certd: {
fileRootDir: '/app/data/files',
},
} as MidwayConfig;
mergeConfig(development, 'development');
export default development;