From e125ad215d84663c3fb7d14576ff142752c66cad Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 11 Jan 2024 10:44:42 +0530 Subject: [PATCH] Improved: directory naming for project --- .firebaserc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.firebaserc b/.firebaserc index 98c584b..8927c1c 100644 --- a/.firebaserc +++ b/.firebaserc @@ -7,17 +7,17 @@ "hotwax-digital-commerce": { "hosting": { "dev": [ - "order-routing-dev" + "hotwax-order-routing-dev" ], "uat": [ - "order-routing-uat" + "hotwax-order-routing-uat" ] } }, "digital-commerce-71eb8": { "hosting": { "prod": [ - "order-routing" + "hotwax-order-routing" ] } }