ThinkDeepTech/thinkdeep

View on GitHub
firebase.json

Summary

Maintainability
Test Coverage
{
  "hosting": {
    "public": "packages/deep-economic-analyzer/build",
    "ignore": [
      "firebase.json",
      "**/.*",
      "**/node_modules/**"
    ],
    "rewrites": [
      {
        "source": "**",
        "destination": "/index.html"
      }
    ],
    "headers": [{
        "source": "**",
        "headers": [{
            "key": "Cache-Control",
            "value": "max-age=300"
        }]
    }]
  }
}