{
  "hosting": {
    "site": "openbridge-storybook",
    "public": "storybook-static",
    "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
    "rewrites": [
      {
        "source": "**",
        "destination": "/index.html"
      }
    ]
  }
}
