Files
hpos-web/firebase.json

18 lines
257 B
JSON
Raw Permalink Normal View History

2023-07-07 04:51:55 +05:30
{
"hosting": {
2024-02-19 12:17:42 +05:30
"target": "iocl",
2023-07-07 04:51:55 +05:30
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}