Files
hpos-web/firebase.json
Pritimay Sarkar 644e06f78f add iocl setup
2024-02-19 12:17:42 +05:30

18 lines
257 B
JSON

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