blob: bae5b7b549024de3b93ef69748722e49d822ee44 [file] [log] [blame]
{
"hosting": {
"target": "twpt-dashboard",
"public": "frontend/dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}