BigGillyStyle/events

View on GitHub
firebase.json

Summary

Maintainability
Test Coverage
{
  "firebase": "blistering-fire-1344",
  "public": "dist",
  "ignore": [
    "firebase.json",
    "**/.*",
    "**/node_modules/**"
  ],
  "rewrites": [{
    "source": "**",
    "destination": "/index.html"
  }]
}