From ea80f8979f0aaa19e42a86f429d77ef1be70f8c2 Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Fri, 17 Oct 2025 18:52:05 +0200 Subject: [PATCH 1/2] Next.js-Vite: Fix config access --- code/frameworks/nextjs-vite/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/frameworks/nextjs-vite/package.json b/code/frameworks/nextjs-vite/package.json index 849dd933f6b1..6c269abdbc85 100644 --- a/code/frameworks/nextjs-vite/package.json +++ b/code/frameworks/nextjs-vite/package.json @@ -147,6 +147,7 @@ "./src/vite-plugin/index.ts", "./src/preset.ts", "./src/node/index.ts", + "./src/config/preview.ts", "./src/preview.tsx", "./src/export-mocks/cache/index.ts", "./src/export-mocks/headers/index.ts", @@ -161,4 +162,4 @@ "platform": "node" }, "gitHead": "ce6a1e4a8d5ad69c699021a0b183df89cfc7b684" -} +} \ No newline at end of file From 71995fc01943f51015b1258766918be2ab6c3364 Mon Sep 17 00:00:00 2001 From: Vanessa Yuen <6842965+vanessayuenn@users.noreply.github.com> Date: Fri, 17 Oct 2025 19:52:04 +0200 Subject: [PATCH 2/2] Fix missing newline at end of package.json --- code/frameworks/nextjs-vite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/frameworks/nextjs-vite/package.json b/code/frameworks/nextjs-vite/package.json index 6c269abdbc85..4cbca7a3350e 100644 --- a/code/frameworks/nextjs-vite/package.json +++ b/code/frameworks/nextjs-vite/package.json @@ -162,4 +162,4 @@ "platform": "node" }, "gitHead": "ce6a1e4a8d5ad69c699021a0b183df89cfc7b684" -} \ No newline at end of file +}