mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
83f3963bfb
- Added REACT_APP_PORT in front .env - Use value if specified otherwise 3001 by default --------- Co-authored-by: Charles Bochet <charles@twenty.com>
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
REACT_APP_SERVER_BASE_URL=http://localhost:3000
|
|
GENERATE_SOURCEMAP=false
|
|
|
|
# ———————— Optional ————————
|
|
# REACT_APP_PORT=3001
|
|
# CHROMATIC_PROJECT_TOKEN=
|
|
# VITE_DISABLE_TYPESCRIPT_CHECKER=true
|
|
# VITE_DISABLE_ESLINT_CHECKER=true |