This commit is contained in:
Fine 2022-12-12 17:32:10 +08:00
parent 64faf80728
commit 943b0af1b4
4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "skywalking-booster-ui",
"version": "9.3.0",
"version": "9.4.0",
"dependencies": {
"axios": "^0.24.0",
"d3": "^7.3.0",

View File

@ -3,7 +3,6 @@
"version": "9.4.0",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
@ -12,7 +11,8 @@
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"prepare": "husky install"
},
"dependencies": {
"axios": "^0.24.0",

View File

@ -22,7 +22,6 @@ declare module '@vue/runtime-core' {
ElMenuItemGroup: typeof import('element-plus/es')['ElMenuItemGroup']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElProgress: typeof import('element-plus/es')['ElProgress']
ElRadio: typeof import('element-plus/es')['ElRadio']

View File

@ -53,6 +53,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
},
server: {
host: true,
port: 3000,
proxy: {
"/graphql": {
target: `${