revert package.json chanes in editor ui

This commit is contained in:
quansenB 2019-10-29 00:15:28 +01:00
parent 6166e3955b
commit fbe78e4cb6
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
//VUE_APP_URL_BASE_API=http://localhost:5678/

View file

@ -17,7 +17,7 @@
"build": "vue-cli-service build",
"dev": "npm run serve",
"lint": "vue-cli-service lint",
"serve": "vue-cli-service serve",
"serve": "VUE_APP_URL_BASE_API=http://localhost:5678/ vue-cli-service serve",
"test": "npm run test:unit",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"test:e2e": "vue-cli-service test:e2e",