[WEB-5419] chore: add dotenv dependency, hosts and configure environment variables in admin, space, and web apps (#8107)
* chore: add dotenv dependency and configure environment variables in admin, space, and web apps * chore: allowed multiple hosts in dev mode * chore: move dotenv to dev deps * chore: update Vite configuration to set server host to 127.0.0.1 for admin, space, and web apps --------- Co-authored-by: gakshita <akshitagoyal1516@gmail.com>
This commit is contained in:
parent
95c742244e
commit
64f90b828b
7 changed files with 30 additions and 0 deletions
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
|
|
@ -218,6 +218,9 @@ importers:
|
|||
'@types/react-dom':
|
||||
specifier: 'catalog:'
|
||||
version: 18.3.1
|
||||
dotenv:
|
||||
specifier: ^16.4.5
|
||||
version: 16.6.1
|
||||
typescript:
|
||||
specifier: 5.8.3
|
||||
version: 5.8.3
|
||||
|
|
@ -478,6 +481,9 @@ importers:
|
|||
'@types/react-dom':
|
||||
specifier: 'catalog:'
|
||||
version: 18.3.1
|
||||
dotenv:
|
||||
specifier: ^16.4.5
|
||||
version: 16.6.1
|
||||
typescript:
|
||||
specifier: 5.8.3
|
||||
version: 5.8.3
|
||||
|
|
@ -689,6 +695,9 @@ importers:
|
|||
'@types/react-dom':
|
||||
specifier: 'catalog:'
|
||||
version: 18.3.1
|
||||
dotenv:
|
||||
specifier: ^16.4.5
|
||||
version: 16.6.1
|
||||
prettier:
|
||||
specifier: ^3.2.5
|
||||
version: 3.6.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue