Files
hpos-web/firebase.json
Pritimay Sarkar f7071a2ff5 add remark gfm
2024-01-30 21:00:03 +05:30

18 lines
256 B
JSON

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