Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
sync demo
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Jan 31, 2024
1 parent cb0accf commit bf7db61
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PUBLIC_CUSTOMER_ACCOUNT_API_CLIENT_ID=shp_7318c7c5-46d4-4090-a9aa-a08424aafd00
PUBLIC_CUSTOMER_ACCOUNT_API_URL=https://shopify.com/55145660472
#PRIVATE_STOREFRONT_API_TOKEN="your-private-storefront-api-token"

WEAVERSE_PROJECT_ID="clptu3l4p001sxfsn1u9jzqnm"
#WEAVERSE_PROJECT_ID="your-project-id"
#WEAVERSE_API_KEY="your-weaverse-api-key"
#WEAVERSE_HOST="https://studio.weaverse.io"

2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@weaverse:registry=https://registry.npmjs.com
@shopify:registry=https://registry.npmjs.com
legacy-peer-deps=true

ignore-scripts=true
3 changes: 3 additions & 0 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.cache
dist
.shopify
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @weaverse/pilot

## 2.4.5

### Patch Changes

- Updated dependencies
- @weaverse/hydrogen@2.10.1

## 2.4.5-next.0

### Patch Changes

- Updated dependencies
- @weaverse/hydrogen@2.10.1-next.0

## 2.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion app/weaverse/create-weaverse.server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {WeaverseClient} from '@weaverse/hydrogen';
import {components} from '~/weaverse/components';
import {themeSchema} from '~/weaverse/schema.server';
import type {CreateWeaverseClientArgs} from '@weaverse/hydrogen/src';
import type {CreateWeaverseClientArgs} from '@weaverse/hydrogen';

export function createWeaverseClient(args: CreateWeaverseClientArgs) {
return new WeaverseClient({
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"sideEffects": false,
"author": "Weaverse",
"version": "2.4.4",
"version": "2.4.5",
"scripts": {
"dev": "shopify hydrogen dev --worker --codegen --port 3456",
"build": "shopify hydrogen build",
Expand Down

0 comments on commit bf7db61

Please sign in to comment.