Files
hpos-web/firebase.json

18 lines
260 B
JSON
Raw Normal View History

2023-07-07 04:51:55 +05:30
{
"hosting": {
2023-12-14 16:45:53 +05:30
"target": "preprod",
2023-07-07 04:51:55 +05:30
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}