api-client/.firebaserc

15 lines
186 B
Text
Raw Normal View History

2019-10-03 09:46:39 +00:00
{
"projects": {
"default": "postwoman-api"
2019-10-03 10:10:29 +00:00
},
"targets": {
"postwoman-api": {
"hosting": {
"postwoman": [
"postwoman"
]
}
}
2019-10-03 09:46:39 +00:00
}
}