You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Features include:
55
55
- Order Details
56
56
- Next.js 13
57
57
- Full App Router support with [Dynamic Routes](https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes) and [Route Groups](https://nextjs.org/docs/app/building-your-application/routing/route-groups)
58
-
-[Product Module](https://docs.medusajs.com/modules/products/serverless-module) support
58
+
-[Product Module](https://docs.medusajs.com/modules/products/serverless-module) support (beta)
59
59
60
60
# Quickstart
61
61
@@ -99,6 +99,7 @@ Your site is now running at http://localhost:8000!
99
99
Edit `/pages/index.tsx` to see your site update in real-time!
100
100
101
101
# Product Module
102
+
> The Product Module is currently in beta. You can learn more about it [here](https://docs.medusajs.com/modules/products/serverless-module). In addition, the product module in the Next.js storefront can't be used without the Medusa backend at the moment.
102
103
103
104
This starter has full support for our new serverless [Product Module](https://docs.medusajs.com/modules/products/serverless-module) for retrieving and manipulating product data directly from a serverless function. This keeps your product logic close to the frontend, making it easy to customize or extend Medusa's core functionality from within your Next.js project.
0 commit comments