Files
Overheard/firebase.json
2026-06-14 01:57:13 +09:00

26 lines
446 B
JSON

{
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"storage": [
{
"bucket": "overheard-d7396.firebasestorage.app",
"rules": "storage.rules"
}
],
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}