Skip to content

Commit c3d80ef

Browse files
committed
chore(package): simplify server export map
1 parent ae3a6ed commit c3d80ef

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@
3333
"license": "MIT",
3434
"type": "module",
3535
"exports": {
36-
"./server": {
37-
"import": "./index.ts",
38-
"config": {
39-
"enabled": true,
40-
"mode": "append"
41-
}
42-
},
36+
"./server": "./index.ts",
4337
"./*": "./src/*.ts",
4438
"./*/*": "./src/*/*.ts",
4539
"./*/*/*": "./src/*/*/*.ts",

0 commit comments

Comments
 (0)