Skip to content

Commit

Permalink
Update add sample backends
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Nguyen committed Oct 1, 2021
1 parent 213f270 commit c1073bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
# Uncomment and modify variable declarations in this file and they will take
# effect throughout the Buildpack tool chain.
#
# Generated by @magento/pwa-buildpack v10.0.0 on 2021-09-13T05:09:37.506Z.
# Generated by @magento/pwa-buildpack v10.0.0 on 2021-10-01T03:56:43.467Z.
#
################################################################################

#### Connecting to a Magento store #############################################
#
# Connect to an instance of Magento 2.3 by specifying its public domain name.
MAGENTO_BACKEND_URL=https://mp.pwa-commerce.com/
MAGENTO_BACKEND_URL=https://master-7rqtwti-mfwmkrjfqvbjk.us-4.magentosite.cloud/
#
################################################################################

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
"workbox-precaching": "~6.0.2",
"workbox-routing": "~6.0.2",
"workbox-strategies": "~6.0.2",
"workbox-webpack-plugin": "~6.0.2"
"workbox-webpack-plugin": "~6.0.2",
"@magento/venia-sample-backends": "~0.0.1"
},
"optionalDependencies": {
"sharp": "~0.23.3"
Expand Down

0 comments on commit c1073bf

Please sign in to comment.