Skip to content

Commit abe0ebe

Browse files
committed
chore: fix package.json main field
``` import { PostgresMeta } from '@supabase/postgres-meta'; ^^^^^^^^^^^^ SyntaxError: The requested module '@supabase/postgres-meta' does not provide an export named 'PostgresMeta' ```
1 parent f132a3e commit abe0ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dist"
1111
],
1212
"type": "module",
13-
"main": "dist/server/app.js",
13+
"main": "dist/lib/index.js",
1414
"types": "dist/lib/index.d.ts",
1515
"imports": {
1616
"#package.json": "./package.json"

0 commit comments

Comments
 (0)