Update README.md

This commit is contained in:
Luis Alvarez D 2021-07-29 17:48:10 -05:00 committed by GitHub
parent a7ad8ec638
commit 003692f3ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,14 +58,6 @@ And check that the `tsconfig.json` resolves to the chosen provider:
"@framework/*": ["framework/shopify/*"] "@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! That's it!
### Features ### Features