Skip to content

Commit b3abbf3

Browse files
committed
fix config exports
1 parent 88eecb2 commit b3abbf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"exports": {
1313
".": "./src/index.tsx",
14-
"./config": "./src/config/index.ts",
14+
"./config": "./dist/config/index.js",
1515
"./server": "./src/server/index.tsx",
1616
"./client": "./src/client/index.tsx",
1717
"./router": "./src/router.tsx",

0 commit comments

Comments
 (0)