Skip to content

Commit

Permalink
make oid-client-ts explicity vite-optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Nov 17, 2023
1 parent dc083d3 commit 03fda0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ export default defineNuxtConfig({
openidClientId: "dev-client"
}
},
vite: {
optimizeDeps: {
include: ["oidc-client-ts"],
}
}
})

declare module 'nuxt/schema' {
Expand Down

0 comments on commit 03fda0e

Please sign in to comment.