Files
excel-download/emotiondiary/firebase.json
2022-04-24 17:16:51 +09:00

14 lines
237 B
JSON

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