# Please override any of the environment variables below either in your shell
# or in your own `.env.local` and/or `.env.<environment>.local` files:
# https://create-react-app.dev/docs/adding-custom-environment-variables#what-other-env-files-can-be-used

#GENERATE_SOURCEMAP=false
#export NODE_OPTIONS=--max_old_space_size=4096
NODE_OPTIONS=--max_old_space_size=4096
DISABLE_ESLINT_PLUGIN=true

# Ignore more recent version of ESLint
SKIP_PREFLIGHT_CHECK=true

# In development, the API URL is set to http://localhost:8080/api
# This controls whether to use HTTPS instead
VITE_HTTPS=false

# Override the default API URL in dev/prod
VITE_API_URL=
