mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 20:13:21 +03:00
12 lines
386 B
Plaintext
12 lines
386 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
|
|
# VITE_ENABLE_SSL=false
|
|
# VITE_HOST=localhost.com
|
|
# SSL_KEY_PATH="./certs/your-cert.key"
|
|
# SSL_CERT_PATH="./certs/your-cert.crt" |