Files
hpos-web/firebase.json
2023-12-08 15:36:10 +05:30

18 lines
255 B
JSON

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