15 lines
202 B
JSON
15 lines
202 B
JSON
|
{
|
||
|
"database": {
|
||
|
"rules": "database.rules.json"
|
||
|
},
|
||
|
"hosting": {
|
||
|
"public": "dist",
|
||
|
"rewrites": [
|
||
|
{
|
||
|
"source": "**",
|
||
|
"destination": "/index.html"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|