Advertisement
Guest User

Untitled

a guest
Dec 20th, 2022
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "database": {
  3. "rules": "database.rules.json",
  4. "public": "build/arpanx-social-network"
  5. },
  6. "hosting": {
  7. "public": "build/arpanx-social-network",
  8. "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
  9. "rewrites": [
  10. {
  11. "source": "**",
  12. "destination": "/index.html"
  13. }
  14. ]
  15. }
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement