feat: add environment configuration files for development, testing, and UAT

This commit is contained in:
waseem khadri
2026-07-09 11:11:22 +05:30
parent b9d2e1fee6
commit 9c32d2a3a4
4 changed files with 14 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
# UAT Environment
VITE_API_URL=https://api-uat.example.com/api
VITE_ENV=uat
VITE_APP_NAME=AeroResolve (UAT)