Arquivos
EEGEdu/firebase.json
T
2019-12-04 16:33:48 -05:00

17 linhas
235 B
JSON

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