Skip to content

Commit

Permalink
fix: restore placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
weaponsforge committed Sep 27, 2024
1 parent 5f3f4ce commit c9cbf7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/.firebaserc
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"projects": {
"dev": "climate-profile-app",
"dev": "FIREBASE_PROJECT_DEV",
"prod": "FIREBASE_PROJECT_PROD"
},
"targets": {
"climate-profile-app": {
"FIREBASE_PROJECT_DEV": {
"hosting": {
"dev": [
"climate-profile-dev"
"FIREBASE_HOSTING_DEV"
]
},
"storage": {
"dev": [
"climate-profile-app.appspot.com"
"FIREBASE_PROJECT_DEV.appspot.com"
]
}
},
Expand Down

0 comments on commit c9cbf7f

Please sign in to comment.