Files
moneycard/firebase.json
Tommy Parnell cb4c5a1d86 firebase
2020-04-08 19:15:09 -04:00

17 lines
235 B
JSON

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