Skip to content

Commit 486cadc

Browse files
committed
chore: wip
1 parent 4c72f5f commit 486cadc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.stacks/core/error-handling/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
],
2525
"exports": {
2626
".": {
27-
"bun": "./src/index.ts"
27+
"bun": "./src/index.ts",
28+
"import": "./dist/index.js"
2829
},
2930
"./*": {
3031
"bun": "./*"

.stacks/core/storage/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
],
3030
"exports": {
3131
".": {
32-
"bun": "./src/index.ts"
32+
"bun": "./src/index.ts",
33+
"import": "./dist/index.js"
3334
},
3435
"./*": "./*"
3536
},

0 commit comments

Comments
 (0)