{
  "development": {
    "serverPort": 2999,
    "scripts": [],
    "proxy": [
      {
        "target": "http://127.0.0.1:8888",
        "from": "/api",
        "to": "/admin"
      }
    ]
  },
  "test": {},
  "production": {}
}