mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
revert package.json chanes in editor ui
This commit is contained in:
parent
6166e3955b
commit
fbe78e4cb6
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue