Skip to content

Commit

Permalink
chore: export api
Browse files Browse the repository at this point in the history
  • Loading branch information
svedova committed Feb 21, 2024
1 parent d39060c commit cc0c5ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"import": "./serverless.mjs",
"require": "./serverless.js"
},
"./api": {
"import": "./api.mjs",
"require": "./api.js"
},
"./middlewares/express": {
"import": "./middlewares/express.mjs",
"require": "./middlewares/express.js"
Expand Down

0 comments on commit cc0c5ae

Please sign in to comment.