local.json 206 B

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