2018-06-25 00:51:55 -04:00
|
|
|
{
|
|
|
|
"hosting": {
|
|
|
|
"public": "public",
|
2018-07-17 22:08:12 -04:00
|
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
2018-06-25 00:51:55 -04:00
|
|
|
"rewrites": [
|
|
|
|
{
|
|
|
|
"source": "**",
|
|
|
|
"destination": "/index.html"
|
|
|
|
}
|
|
|
|
]
|
2018-07-17 21:03:33 -04:00
|
|
|
},
|
|
|
|
"functions": {
|
|
|
|
"predeploy": "npm --prefix \"$RESOURCE_DIR\" run build"
|
2018-06-25 00:51:55 -04:00
|
|
|
}
|
|
|
|
}
|