local.json 230 B

123456789101112131415
  1. {
  2. "development": {
  3. "serverPort": 2999,
  4. "scripts": [],
  5. "proxy": [
  6. {
  7. "target": "http://127.0.0.1:8888",
  8. "from": "/api",
  9. "to": "/admin"
  10. }
  11. ]
  12. },
  13. "test": {},
  14. "production": {}
  15. }