diff --git a/.firebaserc b/.firebaserc index feafd4b59..55849bd02 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,5 +1,14 @@ { "projects": { "default": "postwoman-api" + }, + "targets": { + "postwoman-api": { + "hosting": { + "postwoman": [ + "postwoman" + ] + } + } } } diff --git a/firebase.json b/firebase.json index 807c81e9e..d2081cc96 100644 --- a/firebase.json +++ b/firebase.json @@ -7,6 +7,7 @@ "indexes": "firestore.indexes.json" }, "hosting": { + "target": "postwoman", "public": "dist", "cleanUrls": true, "ignore": [