mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
trigger CI with readme change
This commit is contained in:
parent
a9d1057232
commit
98cf8d05d2
@ -284,7 +284,7 @@ it.only('the search bar returns the correct search results', () => {
|
||||
|
||||
But even then, the search feature does not filter results. If you can make this work in the latest app template, then please let me know. If it is not possible for the app to filter products, we should remove this section from the instructions.
|
||||
|
||||
It is painful to work with environment variables in Vercel. In fact. Some troubleshooting reveals not all the env vars defined in the `.env.local` file are undefined. This out this console.log in `Navbar.tsx` file.
|
||||
It is painful to work with environment variables in Vercel. In fact. Some troubleshooting reveals the env vars defined in the `.env.local` file are undefined. Try this console.log in `Navbar.tsx` file.
|
||||
|
||||
```js
|
||||
console.log('COMMERCE_PROVIDER: ', process.env.COMMERCE_PROVIDER)
|
||||
|
Loading…
x
Reference in New Issue
Block a user