Added env vars to ui and api URL (#3141)

* feat: add environment vars to split application in different deployments for better scalability

* update: package.json

added start script ui

---------

Co-authored-by: patrick <patrick.alves@br.experian.com>
This commit is contained in:
patrickreinan
2024-09-24 11:28:25 -03:00
committed by GitHub
parent a6a0398074
commit 383a7132a4
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -1 +1,4 @@
VITE_PORT=8080
# VITE_API_BASE_URL=http://localhost:3000
# VITE_UI_BASE_URL=http://localhost:3000