Skip to content

Commit

Permalink
long shot 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtterlord committed Dec 1, 2024
1 parent cd228dd commit d93be1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/studiocms_auth/src/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ export default defineIntegration({
},
vite: {
optimizeDeps: {
exclude: ['astro:db', 'three', '@node-rs/argon2-linux-x64-gnu'],
include: ['@node-rs/argon2 > @node-rs/argon2-linux-x64-gnu'],
exclude: ['astro:db', 'three', '@node-rs/argon2'],
},
plugins: [
copy({
Expand Down

0 comments on commit d93be1a

Please sign in to comment.