We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd32aa4 commit db39671Copy full SHA for db39671
2 files changed
package.json
@@ -7,18 +7,19 @@
7
"scripts": {
8
"docs:dev": "vuepress dev docs --clean-cache",
9
"docs:build": "vuepress build docs",
10
- "docs:serve": "vuepress serve docs"
+ "docs:serve": "serve docs/.vuepress/dist"
11
},
12
"packageManager": "pnpm@7.22.0",
13
"devDependencies": {
14
- "@vuepress/bundler-vite": "2.0.0-rc.20",
15
- "@vuepress/plugin-search": "2.0.0-rc.87",
+ "@vuepress/bundler-vite": "2.0.0-rc.26",
+ "@vuepress/plugin-search": "2.0.0-rc.120",
16
"markdown-it": "14.1.0",
17
"mermaid": "11.5.0",
18
"sass-embedded": "^1.86.0",
19
"sass-loader": "16.0.5",
20
+ "serve": "^14.2.5",
21
"vue": "3.5.13",
- "vuepress": "2.0.0-rc.20",
22
- "vuepress-theme-hope": "2.0.0-rc.75"
+ "vuepress": "2.0.0-rc.26",
23
+ "vuepress-theme-hope": "2.0.0-rc.98"
24
}
25
0 commit comments