supabase icon indicating copy to clipboard operation
supabase copied to clipboard

Warn during build process

Open vvadymk opened this issue 10 months ago • 1 comments

I get this warn during the build process WARN Export "serverSupabaseClient" of module "node_modules/.pnpm/@[email protected]/node_modules/@nuxtjs/supabase/dist/runtime/server/services/serverSupabaseClient.mjs" was reexported through module "node_modules/.pnpm/@[email protected]/node_modules/@nuxtjs/supabase/dist/runtime/server/services/index.mjs" while both modules are dependencies of each other and will end up in different chunks by current Rollup settings. This scenario is not well supported at the moment as it will produce a circular dependency between chunks and will likely lead to broken execution order. Either change the import in "server/api/openAI/send.post.ts" to point directly to the exporting module or reconfigure "output.manualChunks" to ensure these modules end up in the same chunk. Does it matter any sense?

vvadymk avatar Sep 30 '23 07:09 vvadymk