chore: replace anywhere to http-server
This commit is contained in:
parent
bdcd054a05
commit
5ae11c766b
@ -6,7 +6,7 @@
|
||||
"docs:build": "vuepress build --clean-cache --clean-temp",
|
||||
"docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
|
||||
"docs:dev": "vuepress dev",
|
||||
"docs:serve": "anywhere -s -h localhost -d .vuepress/dist"
|
||||
"docs:serve": "http-server .vuepress/dist -d 0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vuepress": "2.0.0-rc.14"
|
||||
@ -14,10 +14,10 @@
|
||||
"dependencies": {
|
||||
"@iconify/json": "^2.2.223",
|
||||
"@vuepress/bundler-vite": "2.0.0-rc.14",
|
||||
"anywhere": "^1.6.0",
|
||||
"chart.js": "^4.4.3",
|
||||
"echarts": "^5.5.1",
|
||||
"flowchart.ts": "^3.0.0",
|
||||
"http-server": "^14.1.1",
|
||||
"mermaid": "^10.9.1",
|
||||
"vue": "^3.4.31",
|
||||
"vuepress-theme-plume": "workspace:~"
|
||||
|
||||
1234
pnpm-lock.yaml
generated
1234
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user