mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 21:51:21 +00:00
edited the local template and the readme files to add vendure configrations
This commit is contained in:
parent
08813be880
commit
a7ad8ec638
@ -16,3 +16,6 @@ NEXT_PUBLIC_SWELL_PUBLIC_KEY=
|
||||
|
||||
NEXT_PUBLIC_SALEOR_API_URL=
|
||||
NEXT_PUBLIC_SALEOR_CHANNEL=
|
||||
|
||||
NEXT_PUBLIC_VENDURE_SHOP_API_URL=
|
||||
NEXT_PUBLIC_VENDURE_LOCAL_URL=
|
||||
|
@ -58,6 +58,14 @@ And check that the `tsconfig.json` resolves to the chosen provider:
|
||||
"@framework/*": ["framework/shopify/*"]
|
||||
```
|
||||
|
||||
The setup for Vendure would look like this:
|
||||
|
||||
```
|
||||
COMMERCE_PROVIDER=vendure
|
||||
NEXT_PUBLIC_VENDURE_SHOP_API_URL=https://demo.vendure.io/shop-api
|
||||
NEXT_PUBLIC_VENDURE_LOCAL_URL=/vendure-shop-api
|
||||
```
|
||||
|
||||
That's it!
|
||||
|
||||
### Features
|
||||
|
Loading…
x
Reference in New Issue
Block a user