mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
21 lines
330 B
JSON
21 lines
330 B
JSON
|
{
|
||
|
"firestore": {
|
||
|
"rules": "firestore.rules",
|
||
|
"indexes": "firestore.indexes.json"
|
||
|
},
|
||
|
"hosting": {
|
||
|
"public": "public",
|
||
|
"ignore": [
|
||
|
"firebase.json",
|
||
|
"**/.*",
|
||
|
"**/node_modules/**"
|
||
|
],
|
||
|
"rewrites": [
|
||
|
{
|
||
|
"source": "**",
|
||
|
"destination": "/index.html"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|