From 38bd35aa1b7d7982b55c0609c0794481dd258642 Mon Sep 17 00:00:00 2001 From: "stephan.westen" Date: Tue, 22 Mar 2022 15:51:04 +0100 Subject: [PATCH 1/3] .env file added using force --- .env | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..0574d30 --- /dev/null +++ b/.env @@ -0,0 +1,28 @@ +# Copyright 2020 Bloomreach +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +HTTPS=true + +REACT_APP_BRXM_ENDPOINT=https://brx-saas-eng02.bloomreach.io/delivery/site/v1/channels/brxsaas/pages +# REACT_APP_GRAPHQL_SERVICE_URL= +# REACT_APP_DEFAULT_CONNECTOR= +# REACT_APP_DEFAULT_SM_ACCOUNT_ID= +# REACT_APP_DEFAULT_SM_AUTH_KEY +# REACT_APP_DEFAULT_SM_CATALOG_VIEWS= +# REACT_APP_DEFAULT_SM_DOMAIN_KEY= +# REACT_APP_DEFAULT_SM_VIEW_ID= +# REACT_APP_SM_CUSTOM_ATTR_FIELDS= +# REACT_APP_SM_CUSTOM_VARIANT_ATTR_FIELDS= +# REACT_APP_SM_CUSTOM_VARIANT_LIST_PRICE_FIELD= +# REACT_APP_SM_CUSTOM_VARIANT_PURCHASE_PRICE_FIELD= From f0d652fc6cbc84bc4df123d0516620a3015ec6c3 Mon Sep 17 00:00:00 2001 From: "stephan.westen" Date: Tue, 22 Mar 2022 16:05:48 +0100 Subject: [PATCH 2/3] build folder added --- build/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 build/.gitkeep diff --git a/build/.gitkeep b/build/.gitkeep new file mode 100644 index 0000000..e69de29 From 930260fac0b6f117b3ffa1de6c1605a51781779c Mon Sep 17 00:00:00 2001 From: "stephan.westen" Date: Tue, 22 Mar 2022 16:42:53 +0100 Subject: [PATCH 3/3] updated readme with proper npm cmd --- README.md | 2 +- build/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 build/.gitkeep diff --git a/README.md b/README.md index 1fab049..5b5d723 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Open to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console. -### `npm build` +### `npm run build` Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance. diff --git a/build/.gitkeep b/build/.gitkeep deleted file mode 100644 index e69de29..0000000