Files
hpos-web/firebase.json
Pritimay Sarkar 099b3f08fa add dev web app
2023-12-12 22:12:26 +05:30

18 lines
256 B
JSON

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