perf: 检查cname是否正确配置

This commit is contained in:
xiaojunnuo
2024-10-09 02:34:28 +08:00
parent 9498d189e4
commit b5d8935159
36 changed files with 321 additions and 190 deletions
+11 -9
View File
@@ -25,19 +25,21 @@
],
"license": "AGPL",
"dependencies": {
"@certd/basic": "^1.25.9",
"@certd/pipeline": "^1.25.9",
"@midwayjs/core": "^3",
"@midwayjs/i18n": "^3",
"@midwayjs/info": "^3",
"@midwayjs/koa": "^3",
"@midwayjs/logger": "^3",
"@midwayjs/typeorm": "^3",
"@midwayjs/cache": "^3",
"@midwayjs/core": "~3.17.1",
"@midwayjs/i18n": "~3.17.3",
"@midwayjs/info": "~3.17.3",
"@midwayjs/koa": "~3.17.1",
"@midwayjs/logger": "~3.4.2",
"@midwayjs/typeorm": "~3.17.1",
"@midwayjs/cache": "~3.14.0",
"@midwayjs/upload": "^3.17.3",
"better-sqlite3": "^11.1.2",
"typeorm": "^0.3.20",
"lodash-es": "^4.17.21",
"dayjs": "^1.11.7",
"@midwayjs/upload": "^3.16.4"
"dayjs": "^1.11.7"
},
"devDependencies": {
"mwts": "^1.3.0",