Skip to content

Commit 6a4ce19

Browse files
committed
fix(build): correct path
1 parent 1509917 commit 6a4ce19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function main() {
5858
exports: {
5959
".": {
6060
types: "./dist-types/index.d.ts",
61-
import: "./dist-bundle/index.js",
61+
import: "./dist-src/index.js",
6262
},
6363
},
6464
sideEffects: false,

0 commit comments

Comments
 (0)