trigger CI with readme change

This commit is contained in:
Murat Ozcan 2022-05-04 08:22:07 -05:00
parent a9d1057232
commit 98cf8d05d2

View File

@ -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. 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 ```js
console.log('COMMERCE_PROVIDER: ', process.env.COMMERCE_PROVIDER) console.log('COMMERCE_PROVIDER: ', process.env.COMMERCE_PROVIDER)