Skip to content

Instantly share code, notes, and snippets.

@deltaepsilon
Created December 20, 2016 18:26
Show Gist options
  • Save deltaepsilon/3d8205626ed48b977c3d7c1141a60c88 to your computer and use it in GitHub Desktop.
Save deltaepsilon/3d8205626ed48b977c3d7c1141a60c88 to your computer and use it in GitHub Desktop.
{
"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