Skip to content

Commit

Permalink
Fix new demo store build after update to hydrogen@0.22.1 (#1454)
Browse files Browse the repository at this point in the history
* Remove package-lock file

* Update to `@shopify/cli@2.0.10` and `@shopify/cli-hydrogen@2.0.10`

* Remove `graphql-tag`

* Update yarn lock file with latest new demo store changes

* Fix environment variable in `App.server.jsx`

* Use default routes in hydrogen config
  • Loading branch information
lordofthecactus authored Jun 8, 2022
1 parent 97119fb commit ba43a31
Show file tree
Hide file tree
Showing 5 changed files with 1,551 additions and 15,921 deletions.
1 change: 0 additions & 1 deletion templates/demo-store/hydrogen.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
} from '@shopify/hydrogen';

export default defineConfig({
routes: import.meta.globEager('./src/routes/**/*.server.[jt](s|sx)'),
shopify: {
storeDomain: 'hydrogen-preview.myshopify.com',
storefrontToken: '3b580e70970c4528da70c98e097c2fa0',
Expand Down
Loading

0 comments on commit ba43a31

Please sign in to comment.