Skip to content

Commit

Permalink
fix(jsr): fix missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x authored Nov 6, 2024
1 parent 394a8f5 commit 4818ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"./jsx/dom/css": "./src/jsx/dom/css.ts",
"./jsx/dom/server": "./src/jsx/dom/server.ts",
"./jwt": "./src/middleware/jwt/jwt.ts",
"./timeout": "./src/middleware/timeout/index.ts",
"./timing": "./src/middleware/timing/timing.ts",
"./logger": "./src/middleware/logger/index.ts",
"./method-override": "./src/middleware/method-override/index.ts",
Expand Down

0 comments on commit 4818ecb

Please sign in to comment.