1
0
mirror of synced 2025-12-09 02:27:55 +08:00

fix(playground): npm run dev后proxy失效

This commit is contained in:
roymondchen
2022-09-20 12:57:00 +08:00
committed by jia000
parent 8c8b180371
commit 6d6490ab31
14 changed files with 435 additions and 108 deletions

View File

@@ -50,7 +50,7 @@
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue": "^3.1.0",
"c8": "^7.11.3",
"chalk": "^4.1.0",
"commitizen": "^4.2.4",
@@ -74,7 +74,7 @@
"semver": "^7.3.7",
"shx": "^0.3.4",
"typescript": "^4.7.4",
"vite": "^3.0.4",
"vite": "^3.1.3",
"vitest": "^0.21.1",
"vue": "^3.2.37"
},