Files
holobooth/.firebaserc
Erick 2b3325b1f3 chore: changing deployment to the default site (#396)
Co-authored-by: Oscar <martinm.oscar@gmail.com>
2023-01-20 17:12:39 +00:00

27 lines
472 B
Plaintext

{
"projects": {
"default": "io-photobooth-dev",
"production": "holobooth-prod"
},
"targets": {
"holobooth-prod": {
"hosting": {
"app_prod": [
"holobooth-prod"
]
}
},
"io-photobooth-dev": {
"hosting": {
"app_dev": [
"96e0700d-fe2c-4609-b43c-87093e447b75"
],
"app_staging": [
"6f201821-f33c-4ab3-bf2f-c84b1a8bf851"
]
}
}
},
"etags": {}
}