{ "hosting": { "public": "website/build", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "**", "destination": "/index.html" } ] }, "emulators": { "hosting": { "port": 5000 }, "ui": { "enabled": true } } }