Skip to content

Commit

Permalink
fix(vite): optimize postgrest
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Jul 5, 2024
1 parent 3cc4a0a commit 2a6d91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default defineNuxtModule<ModuleOptions>({
extendViteConfig((config) => {
config.optimizeDeps = config.optimizeDeps || {}
config.optimizeDeps.include = config.optimizeDeps.include || []
config.optimizeDeps.include.push('cookie')
config.optimizeDeps.include.push('cookie', '@supabase/postgrest-js')
})
},
})

0 comments on commit 2a6d91a

Please sign in to comment.