PracticeKea-UI/firebase.json

18 lines
261 B
JSON

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