homefront/firebase.json

17 lines
244 B
JSON
Raw Normal View History

2018-11-14 12:07:55 -05:00
{
"hosting": {
"public": "dist/HomeFront",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}