From e476381dec68c0227200bcdd66c2bec48250985b Mon Sep 17 00:00:00 2001 From: gioboa Date: Fri, 22 Nov 2024 00:49:42 +0100 Subject: [PATCH] chore: improve Auth.js details --- starters/features/auth/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/starters/features/auth/package.json b/starters/features/auth/package.json index f8e1e6cd3b1..cccb548b283 100644 --- a/starters/features/auth/package.json +++ b/starters/features/auth/package.json @@ -9,6 +9,8 @@ ], "nextSteps": { "lines": [ + " Please add `optimizeDeps: { include: ['@auth/core'] }`", + " to your vite.config.ts file.", " Have a look at the docs for more info: ", " https://qwik.dev/docs/integrations/authjs/" ]