{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "dist",
"cleanUrls": true,
"rewrites": [
"source": "**/!(*.*)",
"destination": "/index.html"
}
]