local.json 197 B

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