Skip to content

Commit

Permalink
fix: add vanilla adapters to jsr exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed Jul 4, 2024
1 parent d8b2e80 commit eca5df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"exports": {
".": "./src/index.ts",
"./express": "./src/adapters/express.ts",
"./fastify": "./src/adapters/fastify.ts"
"./fastify": "./src/adapters/fastify.ts",
"./vanilla": "./src/adapters/vanilla.ts"
}
}

0 comments on commit eca5df6

Please sign in to comment.