{
  "hosting": [
    {
      "target": "visitGuidePWA-storybook",
      "public": ".storybook_build",
      "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
      "rewrites": [
        {
          "source": "**",
          "destination": "/index.html"
        }
      ]
    }
  ]
}
