revert package.json chanes in editor ui
This commit is contained in:
@@ -1 +0,0 @@
|
||||
//VUE_APP_URL_BASE_API=http://localhost:5678/
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user