update export paths

This commit is contained in:
Robert Soriano
2022-10-29 19:18:15 -07:00
parent a3ce2c9a92
commit d435c7c9c5
4 changed files with 9 additions and 4 deletions

View File

@@ -12,9 +12,13 @@
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
},
"./api": {
"import": "./dist/runtime/api.mjs",
"types": "./dist/runtime/api.d.ts"
"./server": {
"import": "./dist/runtime/server.mjs",
"types": "./dist/runtime/server.d.ts"
},
"./client": {
"import": "./dist/runtime/client.mjs",
"types": "./dist/runtime/client.d.ts"
}
},
"files": [