{
  "database": {
    "rules": "database.rules.json"
  },
  "hosting": {
    "public": "docs",
    "rewrites": [
      {
        "source": "**",
        "destination": "/index.html"
      }
    ],
    "ignore": [
      "**/node_modules/**"
    ]
  }
}
