Commit 9a62c92f authored by van.chen's avatar van.chen

自动化部署

parent 87ae2388
......@@ -7,7 +7,7 @@
"ng": "ng",
"start": "npm run color-less && ng serve -o",
"hmr": "npm run color-less && ng serve -c=hmr",
"build": "npm run color-less && ng build --prod --build-optimizer",
"build": "npm run color-less && ng build --prod --build-optimizer --c=production",
"analyze": "ng build --prod --build-optimizer --stats-json",
"lint": "npm run lint:ts && npm run lint:style",
"lint:ts": "tslint -p src/tsconfig.app.json -c tslint.json 'src/**/*.ts'",
......
......@@ -3,5 +3,5 @@ export const environment = {
production: true,
useHash: true,
hmr: false,
baseUrl: 'https://abb.logistics.witium.com/api'
baseUrl: 'http://192.168.1.13:8092'
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment