Skip to content

Commit 8700514

Browse files
committed
v0fix: fix for drizzle import
1 parent 4afbe7f commit 8700514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"./*": {
1818
"types": "./dist/runtime/*.d.ts",
1919
"import": "./dist/runtime/*.js",
20-
"require": "./dist/runtime/*.js"
20+
"require": "./src/runtime/*.ts"
2121
}
2222
},
2323
"files": [

0 commit comments

Comments
 (0)