Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "database": {
- "rules": "database.rules.json",
- "public": "build/arpanx-social-network"
- },
- "hosting": {
- "public": "build/arpanx-social-network",
- "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
- "rewrites": [
- {
- "source": "**",
- "destination": "/index.html"
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement