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 0fdb021 commit 3259d03Copy full SHA for 3259d03
docs/package.json
@@ -6,7 +6,7 @@
6
"docs:build": "vuepress-cli build --clean-cache",
7
"docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
8
"docs:dev": "vuepress-cli dev --clean-cache",
9
- "docs:serve": "serve .vuepress/dist"
+ "docs:serve": "anywhere -s -h localhost -d .vuepress/dist"
10
},
11
"dependencies": {
12
"@vuepress/bundler-vite": "workspace:*",
@@ -20,8 +20,8 @@
20
"@vuepress/plugin-shiki": "workspace:*",
21
"@vuepress/theme-default": "workspace:*",
22
"@vuepress/utils": "workspace:*",
23
+ "anywhere": "^1.6.0",
24
"sass-loader": "^13.0.2",
- "serve": "^14.0.1",
25
"vue": "^3.2.37"
26
}
27
0 commit comments