We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7221a8 commit 80620fbCopy full SHA for 80620fb
packages/core/supabase-js/test/deno/setup-deps.js
@@ -46,7 +46,7 @@ try {
46
}
47
48
// Paths to workspace packages (not published to npm or need local builds)
49
-const storageVectorsPath = path.join(monorepoRoot, 'packages/integrations/storage-vectors-js/dist/index.js')
+const storageVectorsPath = path.join(monorepoRoot, 'packages/integrations/storage-vectors-js/dist/module/index.js')
50
const storageVectorsUrl = `file://${storageVectorsPath}`
51
52
const storageJsPath = path.join(monorepoRoot, 'packages/core/storage-js/dist/module/index.js')
0 commit comments