Skip to content

Commit 3f52430

Browse files
authored
docs: add tanstack start solid to supported storefront framework in Cloud (medusajs#14649)
1 parent 89fb630 commit 3f52430

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

www/apps/cloud/app/projects/prerequisites/page.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ If you're using `npm` as your package manager, and you're using the [Next.js Sta
193193
"overrides": {
194194
// other overrides...
195195
"@medusajs/icons": {
196-
"react": "19.0.3",
197-
"react-dom": "19.0.3"
196+
"react": "19.0.4",
197+
"react-dom": "19.0.4"
198198
}
199199
}
200200
}
@@ -208,8 +208,8 @@ Also, add the following override in your monorepo's root `package.json`:
208208
{
209209
"overrides": {
210210
// other overrides...
211-
"react": "19.0.3",
212-
"react-dom": "19.0.3"
211+
"react": "19.0.4",
212+
"react-dom": "19.0.4"
213213
}
214214
}
215215
```
@@ -222,7 +222,7 @@ Cloud currently supports deploying storefronts built with the following framewor
222222

223223
1. [Next.js](https://nextjs.org/) v15
224224
2. [SvelteKit](https://kit.svelte.dev/) v2.40.0+
225-
3. [Tanstack Start](https://tanstack.com/start) v1.132.0+
225+
3. [Tanstack Start](https://tanstack.com/start) v1.132.0+ (React and Solid)
226226

227227
If you're using a different framework for your storefront, contact support to request it.
228228

www/apps/cloud/app/storefront/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Cloud currently supports deploying storefronts built with the following framewor
6161

6262
1. [Next.js](https://nextjs.org/) v15+
6363
2. [SvelteKit](https://kit.svelte.dev/) v2.40.0+
64-
3. [Tanstack Start](https://tanstack.com/start) v1.132.0+
64+
3. [Tanstack Start](https://tanstack.com/start) v1.132.0+ (React and Solid)
6565

6666
If you're using a different framework for your storefront, contact support to request it.
6767

www/apps/cloud/generated/edit-dates.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ export const generatedEditDates = {
3030
"app/emails/react-email/page.mdx": "2025-11-12T15:41:56.365Z",
3131
"app/user/page.mdx": "2025-12-17T12:03:18.968Z",
3232
"app/deployments/access/page.mdx": "2026-01-08T08:52:48.924Z",
33-
"app/projects/prerequisites/page.mdx": "2026-01-20T15:21:29.787Z",
34-
"app/storefront/page.mdx": "2026-01-08T08:56:47.209Z"
33+
"app/projects/prerequisites/page.mdx": "2026-01-27T08:41:13.100Z",
34+
"app/storefront/page.mdx": "2026-01-27T08:41:42.215Z"
3535
}

0 commit comments

Comments
 (0)