Files
hpos-web/firebase.json

17 lines
235 B
JSON
Raw Normal View History

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