{ "hosting": { "predeploy": "npm run build-prod", "public": "dist/DiscoTrip", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "**", "destination": "/index.html" } ] } }