{ "hosting": { "public": "frontend", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "/api/**", "run": { "serviceId": "ai-medscan-backend", "region": "us-central1" } }, { "source": "**", "destination": "/index.html" } ] } }