mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
chore:
This commit is contained in:
@@ -37,6 +37,12 @@ const development = {
|
||||
'/': '/index.html',
|
||||
},
|
||||
},
|
||||
// '/index.html': {
|
||||
// maxAge: 0,
|
||||
// },
|
||||
// '/': {
|
||||
// maxAge: 0,
|
||||
// },
|
||||
},
|
||||
},
|
||||
cron: {
|
||||
|
||||
@@ -54,7 +54,11 @@ export class AutoInitSite {
|
||||
}
|
||||
|
||||
// 授权许可
|
||||
await this.plusService.verify();
|
||||
try {
|
||||
await this.plusService.verify();
|
||||
} catch (e) {
|
||||
logger.error('授权许可验证失败', e);
|
||||
}
|
||||
|
||||
logger.info('初始化站点完成');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user