Files
hpos-web/firebase.json
Pritimay Sarkar bb968b4781 ad dtarget
2023-12-14 16:45:53 +05:30

18 lines
260 B
JSON

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