Skip to content

Commit

Permalink
export storage providers
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Jun 18, 2024
1 parent 46ba207 commit 25f82ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
".": {
"default": "./src/index.js",
"types": "./dist/src/index.d.ts"
},
"./storage/memory": {
"default": "./src/storage/memory.js",
"types": "./dist/src/storage/memory.d.ts"
},
"./storage/s3": {
"default": "./src/storage/s3.js",
"types": "./dist/src/storage/s3.d.ts"
},
"./storage/postgres": {
"default": "./src/storage/postgres.js",
"types": "./dist/src/storage/postgres.d.ts"
}
},
"repository": {
Expand Down

0 comments on commit 25f82ef

Please sign in to comment.