blob: 814a6a8f2bc14eeb96b11ae1242ebb1f3ad8296d [file] [log] [blame]
{
"hosting": [
{
"target": "staging",
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
},
{
"target": "prod",
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
]
}