Browse Source

删除dist.zip

guangxi
jongbowen 2 years ago
parent
commit
906d58fe46
  1. 2
      package.json
  2. 2
      proxy.config.json

2
package.json

@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --proxy-config proxy.config.json --open --port 51423", "start": "ng serve --proxy-config proxy.config.json --open --port 8304",
"build": "ng build", "build": "ng build",
"build-prod": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --prod", "build-prod": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --prod",
"publish": "ng build --prod --verbose", "publish": "ng build --prod --verbose",

2
proxy.config.json

@ -1,6 +1,6 @@
{ {
"/api": { "/api": {
"target": "http://10.81.73.39:8000/", "target": "http://121.36.37.70:8217/",
"secure": false, "secure": false,
"changeOrigin": true "changeOrigin": true
} }

Loading…
Cancel
Save