Spaces:
Running
Running
| { | |
| "firestore": { | |
| "rules": "firestore.rules", | |
| "indexes": "firestore.indexes.json" | |
| }, | |
| "hosting": { | |
| "public": "frontend/dist", | |
| "ignore": [ | |
| "firebase.json", | |
| "**/.*", | |
| "**/node_modules/**" | |
| ], | |
| "rewrites": [ | |
| { | |
| "source": "/api/**", | |
| "run": { | |
| "serviceId": "philverify-api", | |
| "region": "asia-southeast1" | |
| } | |
| }, | |
| { | |
| "source": "**", | |
| "destination": "/index.html" | |
| } | |
| ], | |
| "headers": [ | |
| { | |
| "source": "/api/**", | |
| "headers": [ | |
| { | |
| "key": "Access-Control-Allow-Origin", | |
| "value": "*" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |