1
0
forked from bot/app

docs: vuepress构建文档

This commit is contained in:
2024-03-28 10:42:44 +08:00
parent 57a302a71e
commit 19d79d356d
3 changed files with 3 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"target": "ES2022"
},
"include": [
"docs/.vuepress/**/*.ts",
"docs/.vuepress/**/*.vue"
".vuepress/**/*.ts",
".vuepress/**/*.vue"
],
"exclude": [
"node_modules"