Files
minbin/firebase.json
Tommy Parnell eb871bd6dd stahping
2017-12-17 01:20:34 -05:00

17 lines
234 B
JSON

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