Created
December 20, 2016 18:26
-
-
Save deltaepsilon/3d8205626ed48b977c3d7c1141a60c88 to your computer and use it in GitHub Desktop.
This file contains 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.bolt" | |
}, | |
"hosting": { | |
"public": "dist", | |
"rewrites": [ | |
{ | |
"source": "/app/**/*", | |
"destination": "/index.html" | |
} | |
], | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
] | |
}, | |
"functions": { | |
".source": "functions" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment