Created
November 7, 2022 21:20
-
-
Save bbachi/9234fd7be4909e655cd1d905061d5ef0 to your computer and use it in GitHub Desktop.
Firebase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "database": { | |
| "rules": "database.rules.json" | |
| }, | |
| "hosting": { | |
| "public": "dist/static-angular-firebase", | |
| "ignore": [ | |
| "firebase.json", | |
| "**/.*", | |
| "**/node_modules/**" | |
| ], | |
| "rewrites": [ | |
| { | |
| "source": "**", | |
| "destination": "/index.html" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment