homefront/firebase.json
2018-11-14 12:07:55 -05:00

17 lines
244 B
JSON

{
"hosting": {
"public": "dist/HomeFront",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}