Skip to content

Commit 4a6e503

Browse files
committed
Merge branch 'develop' into bendvc/revert-create-app-changes
2 parents 68d1ce4 + da8081a commit 4a6e503

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/pwa-kit-create-app/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## v3.11.0-dev.0 (May 23, 2025)
2+
- Fix the demo instance details in `program.json`[#2800](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2800)
23
- Fix exiting before `program.json` content can be flushed [#2699](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2699)
34
- Add `program.json` + Support for Agent-Friendly CLI Input via stdio [#2662](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2662)
45
- Change the default ECOM instance in the generated application [#2610](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2610)

packages/pwa-kit-create-app/program.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,11 @@
314314
"project.extend": true,
315315
"project.hybrid": false,
316316
"project.name": "demo-storefront",
317-
"project.commerce.instanceUrl": "https://zzte-053.dx.commercecloud.salesforce.com",
318-
"project.commerce.clientId": "1d763261-6522-4913-9d52-5d947d3b94c4",
317+
"project.commerce.instanceUrl": "https://production-sitegenesis-dw.demandware.net",
318+
"project.commerce.clientId": "44cfcf31-d64d-4227-9cce-1d9b0716c321",
319319
"project.commerce.siteId": "RefArch",
320-
"project.commerce.organizationId": "f_ecom_zzte_053",
321-
"project.commerce.shortCode": "kv7kzm78",
320+
"project.commerce.organizationId": "f_ecom_aaia_prd",
321+
"project.commerce.shortCode": "xfdy2axw",
322322
"project.commerce.isSlasPrivate": false,
323323
"project.einstein.clientId": "1ea06c6e-c936-4324-bcf0-fada93f83bb1",
324324
"project.einstein.siteId": "aaij-MobileFirst",

0 commit comments

Comments
 (0)