Skip to content

Commit d0884d6

Browse files
authored
chore(starters): correct Auth optimizeDeps instructions (#7398)
1 parent 5282a39 commit d0884d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/features/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"nextSteps": {
1111
"lines": [
12-
" Please add `optimizeDeps: { include: ['@auth/core'] }`",
12+
" Please add `optimizeDeps: { include: ['@auth/qwik'] }`",
1313
" to your vite.config.ts file.",
1414
" Have a look at the docs for more info: ",
1515
" https://qwik.dev/docs/integrations/authjs/"

0 commit comments

Comments
 (0)