chore: 恢复加载插件方式为注解方式

This commit is contained in:
xiaojunnuo
2025-04-28 17:05:14 +08:00
parent a5cb8761a5
commit 65255dbb50
4 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"lint": "mwts check",
"lint:fix": "mwts fix",
"ci": "npm run cov",
"build": "npm run export-metadata && mwtsc --cleanOutDir --skipLibCheck",
"build": "mwtsc --cleanOutDir --skipLibCheck",
"export-metadata": "node export-plugin-yaml.js",
"dev-build": "echo 1",
"build-on-docker": "node ./before-build.js && npm run build",