Skip to content

Commit

Permalink
#36574 bugfix for yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbe1987 committed Jun 7, 2024
1 parent b4ec5f7 commit c3ad389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions paypal-commercetools-custom-application/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ENABLE_NEW_JSX_TRANSFORM="true"
FAST_REFRESH="true"
CLOUD_IDENTIFIER="gcp-eu"
CUSTOM_APPLICATION_ID="TODO"
APPLICATION_URL="https://your_app_hostname.com"
ENTRY_POINT_URI_PATH = "/paypal-payment-panel"
2 changes: 1 addition & 1 deletion paypal-commercetools-custom-application/.env.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ENABLE_NEW_JSX_TRANSFORM="true"
FAST_REFRESH="true"
CLOUD_IDENTIFIER="gcp-eu"
APPLICATION_ID="TODO"
CUSTOM_APPLICATION_ID="TODO"
APPLICATION_URL="https://your_app_hostname.com"
ENTRY_POINT_URI_PATH = "paypal-payment-panel"

0 comments on commit c3ad389

Please sign in to comment.