diff --git a/.env.development b/.env.development new file mode 100644 index 00000000..1b19180b --- /dev/null +++ b/.env.development @@ -0,0 +1,6 @@ +REACT_APP_BASE_URL= +REACT_APP_ASSETS_BUCKET=https://lightence-assets.s3.amazonaws.com + +# more info https://create-react-app.dev/docs/advanced-configuration +ESLINT_NO_DEV_ERRORS=true +TSC_COMPILE_ON_ERROR=true diff --git a/.env.example b/.env.example index 52a3e4a2..dfd277d7 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,6 @@ REACT_APP_BASE_URL= REACT_APP_ASSETS_BUCKET=https://lightence-assets.s3.amazonaws.com + +# more info https://create-react-app.dev/docs/advanced-configuration +ESLINT_NO_DEV_ERRORS= +TSC_COMPILE_ON_ERROR= diff --git a/.env.production b/.env.production new file mode 100644 index 00000000..1b19180b --- /dev/null +++ b/.env.production @@ -0,0 +1,6 @@ +REACT_APP_BASE_URL= +REACT_APP_ASSETS_BUCKET=https://lightence-assets.s3.amazonaws.com + +# more info https://create-react-app.dev/docs/advanced-configuration +ESLINT_NO_DEV_ERRORS=true +TSC_COMPILE_ON_ERROR=true